diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/cmdlne-dU-11.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/cmdlne-dU-11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-11.c b/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-11.c index c9cc5934631..1c0128bb431 100644 --- a/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-11.c +++ b/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-11.c @@ -1,5 +1,5 @@ /* { dg-do preprocess } */ -/* { dg-options "-P -dU" } */ +/* { dg-options "-nostdinc -P -dU" } */ /* { dg-final { scan-file cmdlne-dU-11.i "^\n*\n*$" } } */ #define A B #if 0 |