mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
glcpp/tests: Add a test for #version followed by #define.
This isn't really a C file, but...that's probably okay.
This commit is contained in:
parent
8f32221638
commit
214632f527
2 changed files with 5 additions and 0 deletions
2
glcpp/tests/064-version.c
Normal file
2
glcpp/tests/064-version.c
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#version 130
|
||||
#define FOO
|
||||
3
glcpp/tests/064-version.c.expected
Normal file
3
glcpp/tests/064-version.c.expected
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#version 130
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue