diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/spacing2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/spacing2.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/spacing2.c b/gcc/testsuite/gcc.dg/cpp/spacing2.c index 760872a..6cfa5a3 100644 --- a/gcc/testsuite/gcc.dg/cpp/spacing2.c +++ b/gcc/testsuite/gcc.dg/cpp/spacing2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001 Free Software Foundation, Inc. */ +/* Copyright (C) 2001, 2003 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ @@ -13,9 +13,4 @@ a = EMPTY foo.. /* No leading space on output. */ -/* - { dg-final { if ![file exists spacing2.i] { return } } } - { dg-final { if \{ [grep spacing2.i "^bar\.\."] != "" \} \{ } } - { dg-final { return \} } } - { dg-final { fail "spacing2.c: spacing issues" } } -*/ +/* { dg-final { scan-file spacing2.i "(^|\n)bar\.\." } } */ |