From: Carl Worth Date: Wed, 12 May 2010 19:51:31 +0000 (-0700) Subject: Add test for #undef. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bdd1f36d9f238e6af4846d46b9dd30fffc772a5;p=mesa.git Add test for #undef. Which hasn't been implemented yet, so this test fails. --- diff --git a/tests/009-undef.c b/tests/009-undef.c new file mode 100644 index 00000000000..3fc1fb44243 --- /dev/null +++ b/tests/009-undef.c @@ -0,0 +1,4 @@ +#define foo 1 +foo +#undef foo +foo