diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/decl-nospec-3.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/decl-nospec-3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/decl-nospec-3.c b/gcc/testsuite/gcc.dg/decl-nospec-3.c index 6c04e94429d..8fb03ea4cc3 100644 --- a/gcc/testsuite/gcc.dg/decl-nospec-3.c +++ b/gcc/testsuite/gcc.dg/decl-nospec-3.c @@ -5,4 +5,4 @@ /* { dg-do compile } */ /* { dg-options "-pedantic-errors" } */ -foo(); /* { dg-error "error: data definition has no type or storage class" } */ +foo(); /* { dg-error "data definition has no type or storage class" } */ |