diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/maccom3.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/maccom3.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/maccom3.c b/gcc/testsuite/gcc.dg/cpp/maccom3.c index 198453575b3..580c52c067d 100644 --- a/gcc/testsuite/gcc.dg/cpp/maccom3.c +++ b/gcc/testsuite/gcc.dg/cpp/maccom3.c @@ -10,8 +10,4 @@ def(x,y) -/* - { dg-final { if ![file exists maccom3.i] { return } } } - { dg-final { if { [grep maccom3.i "^passed"] != "" } { return } } } - { dg-final { fail "maccom3.c: comment in macro parameter list with -CC" } } -*/ +/* { dg-final { scan-file maccom3.i "(^|\n)passed" } } */ |