diff options
author | Kenneth Graunke <[email protected]> | 2010-08-04 16:22:31 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2010-08-04 23:37:19 -0700 |
commit | d65135a7661c320c618151df0a94c852dc9bc621 (patch) | |
tree | 5ae8b32c8608611d69170a31d85e051489aa6854 /src/glsl/glcpp/tests/074-elif-undef.c | |
parent | c52b2be16689fbbe8a8ec190dbe9dc7e469956a0 (diff) |
glcpp/tests: Add a corollary to testcase 073 for testing #elif.
Diffstat (limited to 'src/glsl/glcpp/tests/074-elif-undef.c')
-rw-r--r-- | src/glsl/glcpp/tests/074-elif-undef.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glsl/glcpp/tests/074-elif-undef.c b/src/glsl/glcpp/tests/074-elif-undef.c new file mode 100644 index 00000000000..67aac8977e0 --- /dev/null +++ b/src/glsl/glcpp/tests/074-elif-undef.c @@ -0,0 +1,3 @@ +#ifndef UNDEF +#elif UNDEF < 0 +#endif |