From: Kenneth Graunke Date: Wed, 4 Aug 2010 23:22:31 +0000 (-0700) Subject: glcpp/tests: Add a corollary to testcase 073 for testing #elif. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d65135a7661c320c618151df0a94c852dc9bc621;p=mesa.git glcpp/tests: Add a corollary to testcase 073 for testing #elif. --- 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