aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c90-mixdecl-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/c90-mixdecl-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/c90-mixdecl-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/c90-mixdecl-1.c b/gcc/testsuite/gcc.dg/c90-mixdecl-1.c
index b07ab26..4e8b192 100644
--- a/gcc/testsuite/gcc.dg/c90-mixdecl-1.c
+++ b/gcc/testsuite/gcc.dg/c90-mixdecl-1.c
@@ -9,5 +9,5 @@ foo (void)
int i;
i = 0;
int j; /* { dg-bogus "warning" "warning in place of error" } */
- /* { dg-error "mix|parse" "mixed declarations and code not in C90" { target *-*-* } 11 } */
+ /* { dg-error "mix|parse" "mixed declarations and code not in C90" { target *-*-* } .-1 } */
}