aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr15698-4.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr15698-4.c')
-rw-r--r--gcc/testsuite/gcc.dg/pr15698-4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/pr15698-4.c b/gcc/testsuite/gcc.dg/pr15698-4.c
index b1554f4..f86a351 100644
--- a/gcc/testsuite/gcc.dg/pr15698-4.c
+++ b/gcc/testsuite/gcc.dg/pr15698-4.c
@@ -5,5 +5,5 @@
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
-int isnan(void); /* { dg-error "error: prototype declaration" } */
-int isnan(a) int a; {} /* { dg-error "error: number of arguments doesn't match prototype" } */
+int isnan(void); /* { dg-error "prototype declaration" } */
+int isnan(a) int a; {} /* { dg-error "number of arguments doesn't match prototype" } */