OSDN Git Service

* gcc.dg/cpp/tr-direct.c: Update.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Dec 2000 07:28:54 +0000 (07:28 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Dec 2000 07:28:54 +0000 (07:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38215 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/tr-direct.c

index a86c025..627b22f 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * gcc.dg/cpp/trad-direct.c: Update.
+
 2000-12-11  Neil Booth  <neilb@earthling.net>
 
        * gcc.dg/cpp/defined_trad.c
index 309ec49..56a52ba 100644 (file)
@@ -3,9 +3,9 @@
 /* { dg-do preprocess } */
 /* { dg-options -traditional } */
 
-/* There is no #error directive.  */
+/* There is a #error directive.  */
 
-#error bad     /* { dg-bogus "bad" } */
+#error bad     /* { dg-error "bad" } */
 
 /* Directives with their #s indented are not recognized.  */
  #if 0 /* { dg-bogus "unterminated" } */