glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not #if.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 4 Aug 2010 23:21:33 +0000 (16:21 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 5 Aug 2010 06:37:19 +0000 (23:37 -0700)
The original intention was to use #ifdef.

src/glsl/glcpp/tests/073-if-in-ifdef.c

index b9155b521e09e90212ee0efda779409b6059b4e6..61a48097ca3d96cb1baf2e12c91e7245a5d585b3 100644 (file)
@@ -1,4 +1,4 @@
-#if UNDEF
+#ifdef UNDEF
 #if UNDEF > 1
 #endif
 #endif