* gcc.dg/cpp/include2.c: Make test locale independent.

From-SVN: r37737
This commit is contained in:
Neil Booth 2000-11-25 15:39:37 +00:00 committed by Neil Booth
parent 85fe381069
commit 4fe0a76c67
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-11-25 Neil Booth <neilb@earthling.net>
* gcc.dg/cpp/include2.c: Update test to be locale independent.
2000-11-25 Alexandre Oliva <aoliva@redhat.com>
* gcc.c-torture/compile/20001123-2.c: New.

View File

@ -10,6 +10,8 @@
#include <silly\>> /* { dg-warning "extra tokens" "" } */
#include "silly\"" /* { dg-error "missing" "" } */
/* { dg-error "No such file" "" { target *-*-* } 10 } */
/* { dg-error "No such file" "" { target *-*-* } 11 } */
/* These first 2 errors are No such file or directory. However, this
message is locale-dependent, so don't test for it. */
/* { dg-error "silly" "" { target *-*-* } 10 } */
/* { dg-error "silly" "" { target *-*-* } 11 } */
/* { dg-warning "extra tokens" "" { target *-*-* } 11 } */