* gcc.dg/cpp/if-2.c: Fix bogus update.

From-SVN: r38897
This commit is contained in:
Neil Booth 2001-01-11 08:11:29 +00:00
parent f7d7b65139
commit a5624f140d
1 changed files with 1 additions and 1 deletions

View File

@ -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" } */