diff options
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/if-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/if-2.c b/gcc/testsuite/gcc.dg/cpp/if-2.c index 4b9d288..9a00960 100644 --- a/gcc/testsuite/gcc.dg/cpp/if-2.c +++ b/gcc/testsuite/gcc.dg/cpp/if-2.c @@ -14,7 +14,7 @@ #endif #if L'\x1234' != 0x1234 -#error 0xfeed /* { dg-bogus "error" "wide charconst recognition 2" } */ +#error 0x1234 /* { dg-bogus "error" "wide charconst recognition 3" } */ #endif #if 'abcd' /* { dg-warning "multi-character character constant" "multi-character charconst" } */ |