glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not #if.

The original intention was to use #ifdef.
This commit is contained in:
Kenneth Graunke 2010-08-04 16:21:33 -07:00
parent 16b4eed59a
commit c52b2be166

View file

@ -1,4 +1,4 @@
#if UNDEF
#ifdef UNDEF
#if UNDEF > 1
#endif
#endif