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