diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/pr28709.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/pr28709.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/pr28709.c b/gcc/testsuite/gcc.dg/cpp/pr28709.c index 25d7cc2..f820ed0 100644 --- a/gcc/testsuite/gcc.dg/cpp/pr28709.c +++ b/gcc/testsuite/gcc.dg/cpp/pr28709.c @@ -6,5 +6,5 @@ #define foo - ## >> foo; -/* { dg-error "expected identifier.*'-'" "expected" { target *-*-* } 8 } */ -/* { dg-error pasting "pasting" { target *-*-* } 8 } */ +/* { dg-error "expected identifier.*'-'" "expected" { target *-*-* } .-1 } */ +/* { dg-error pasting "pasting" { target *-*-* } .-2 } */ |