* gcc.dg/cpp/tr-direct.c: Update.

From-SVN: r38215
This commit is contained in:
Neil Booth 2000-12-13 07:28:54 +00:00 committed by Neil Booth
parent 70030c013c
commit 31a408bc7e
2 changed files with 6 additions and 2 deletions

View 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

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