diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/maccom2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/maccom2.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/maccom2.c b/gcc/testsuite/gcc.dg/cpp/maccom2.c index dcaf37a..a448082 100644 --- a/gcc/testsuite/gcc.dg/cpp/maccom2.c +++ b/gcc/testsuite/gcc.dg/cpp/maccom2.c @@ -11,8 +11,4 @@ def -/* - { dg-final { if ![file exists maccom2.i] { return } } } - { dg-final { if { [grep maccom2.i "^passed"] != "" } { return } } } - { dg-final { fail "maccom2.c: comment between #define and identifier with -CC" } } -*/ +/* { dg-final { scan-file maccom2.i "(^|\n)passed" } } */ |