summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/redecl-15.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/redecl-15.c')
-rw-r--r--gcc/testsuite/gcc.dg/redecl-15.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/redecl-15.c b/gcc/testsuite/gcc.dg/redecl-15.c
index c4ac76cc8cf..5ed0eac3fde 100644
--- a/gcc/testsuite/gcc.dg/redecl-15.c
+++ b/gcc/testsuite/gcc.dg/redecl-15.c
@@ -7,8 +7,8 @@
void
f (void)
{
- g(); /* { dg-warning "warning: previous implicit declaration of 'g' was here" } */
+ g(); /* { dg-warning "previous implicit declaration of 'g' was here" } */
{
- void g(); /* { dg-warning "warning: conflicting types for 'g'" } */
+ void g(); /* { dg-warning "conflicting types for 'g'" } */
}
}