summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2010-08-04 16:22:31 -0700
committerKenneth Graunke <kenneth@whitecape.org>2010-08-04 23:37:19 -0700
commitd65135a7661c320c618151df0a94c852dc9bc621 (patch)
tree5ae8b32c8608611d69170a31d85e051489aa6854 /src/glsl/glcpp/tests
parentc52b2be16689fbbe8a8ec190dbe9dc7e469956a0 (diff)
glcpp/tests: Add a corollary to testcase 073 for testing #elif.
Diffstat (limited to 'src/glsl/glcpp/tests')
-rw-r--r--src/glsl/glcpp/tests/074-elif-undef.c3
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 0000000000..67aac8977e
--- /dev/null
+++ b/src/glsl/glcpp/tests/074-elif-undef.c
@@ -0,0 +1,3 @@
+#ifndef UNDEF
+#elif UNDEF < 0
+#endif