* gcc.dg/cpp/if-2.c: Fix bogus update.
authorNeil Booth <neil@gcc.gnu.org>
Thu, 11 Jan 2001 08:11:29 +0000 (08:11 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 11 Jan 2001 08:11:29 +0000 (08:11 +0000)
From-SVN: r38897

gcc/testsuite/gcc.dg/cpp/if-2.c

index 4b9d28821adb223cc205119cd62a564452a48d6a..9a0096042b2e62e35530e1726f0c9601ea15859e 100644 (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" } */