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-Tag: 062012170305~10660^2~130 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d65135a7661c320c618151df0a94c852dc9bc621;p=profile%2Fivi%2Fmesa.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 0000000..67aac89 --- /dev/null +++ b/src/glsl/glcpp/tests/074-elif-undef.c @@ -0,0 +1,3 @@ +#ifndef UNDEF +#elif UNDEF < 0 +#endif