* gcc.dg/cpp/tr-direct.c: Update.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Wed, 13 Dec 2000 07:28:54 +0000 (07:28 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Wed, 13 Dec 2000 07:28:54 +0000 (07:28 +0000)
From-SVN: r38215

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

index a86c025e85e87ad6efdfa9fd48692c5f13049f5e..627b22f3e965023cc7a1a16e4652242707f7b4da 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 309ec4911574dfe65784d9870ebbe112ab2eb8e4..56a52ba1b3b0780070da821842702e834541ada3 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" } */