From a5624f140d668e30d4e7cf418fb0744e2538b8fb Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Thu, 11 Jan 2001 08:11:29 +0000 Subject: [PATCH] * gcc.dg/cpp/if-2.c: Fix bogus update. From-SVN: r38897 --- gcc/testsuite/gcc.dg/cpp/if-2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } */ -- 2.30.2