* gcc.dg/cpp/if-2.c: Fix bogus update.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Jan 2001 08:11:29 +0000 (08:11 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Jan 2001 08:11:29 +0000 (08:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38897 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4b9d288..9a00960 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" } */