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