]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/if-4.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / if-4.c
diff --git a/gcc/testsuite/gcc.dg/cpp/if-4.c b/gcc/testsuite/gcc.dg/cpp/if-4.c
deleted file mode 100644 (file)
index fbab9ef..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Regression test for proper error message.  The token name isn't
-   NUL terminated, so we would print garbage after it.  */
-/* { dg-do compile } */
-
-#if 1 += 2   /* { dg-error "is not valid" "+= in if" } */
-syntax_error
-#endif
-int foo;