From: Neil Booth Date: Thu, 11 Jan 2001 08:11:29 +0000 (+0000) Subject: * gcc.dg/cpp/if-2.c: Fix bogus update. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5624f140d668e30d4e7cf418fb0744e2538b8fb;p=gcc.git * gcc.dg/cpp/if-2.c: Fix bogus update. From-SVN: r38897 --- diff --git a/gcc/testsuite/gcc.dg/cpp/if-2.c b/gcc/testsuite/gcc.dg/cpp/if-2.c index 4b9d28821ad..9a0096042b2 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" } */