OSDN Git Service

* cppexp.c: Update all code for new lexer interface.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / if-4.c
index 84764fb..a39c11d 100644 (file)
@@ -2,7 +2,7 @@
    NUL terminated, so we would print garbage after it.  */
 /* { dg-do compile } */
 
-#if 1 += 2   /* { dg-error "'\\+=' is not allowed" "+= in if" } */
+#if 1 += 2   /* { dg-error "'\\+=' is not valid" "+= in if" } */
 syntax_error
 #endif
 int foo;