diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/trad/maccom4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/trad/maccom4.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/trad/maccom4.c b/gcc/testsuite/gcc.dg/cpp/trad/maccom4.c index e962d28..eac52da 100644 --- a/gcc/testsuite/gcc.dg/cpp/trad/maccom4.c +++ b/gcc/testsuite/gcc.dg/cpp/trad/maccom4.c @@ -13,7 +13,5 @@ def /* /* The + in the regexp prevents it from matching itself. */ - { dg-final { if ![file exists maccom4.i] { return } } } - { dg-final { if { [grep maccom4.i "p+assed"] != "" } { return } } } - { dg-final { fail "maccom4.c: comment in macro expansion with -CC" } } + { dg-final { scan-file maccom4.i "p+assed" } } */ |