diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/if-4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/if-4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/if-4.c b/gcc/testsuite/gcc.dg/cpp/if-4.c index a39c11d412d..fbab9efc13b 100644 --- a/gcc/testsuite/gcc.dg/cpp/if-4.c +++ b/gcc/testsuite/gcc.dg/cpp/if-4.c @@ -2,7 +2,7 @@ NUL terminated, so we would print garbage after it. */ /* { dg-do compile } */ -#if 1 += 2 /* { dg-error "'\\+=' is not valid" "+= in if" } */ +#if 1 += 2 /* { dg-error "is not valid" "+= in if" } */ syntax_error #endif int foo; |