diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/c99-impl-int-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/c99-impl-int-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/c99-impl-int-2.c b/gcc/testsuite/gcc.dg/c99-impl-int-2.c index e9e9747..ed3eb4b 100644 --- a/gcc/testsuite/gcc.dg/c99-impl-int-2.c +++ b/gcc/testsuite/gcc.dg/c99-impl-int-2.c @@ -6,4 +6,4 @@ /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ void foo (a) { } /* { dg-bogus "warning" "warning in place of error" } */ -/* { dg-error "defaults" "C99 implicit int parameter error" { target *-*-* } 8 } */ +/* { dg-error "defaults" "C99 implicit int parameter error" { target *-*-* } .-1 } */ |