summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/anon-struct-8.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/anon-struct-8.c')
-rw-r--r--gcc/testsuite/gcc.dg/anon-struct-8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/anon-struct-8.c b/gcc/testsuite/gcc.dg/anon-struct-8.c
index c4beb80c7cc..66db0834ef2 100644
--- a/gcc/testsuite/gcc.dg/anon-struct-8.c
+++ b/gcc/testsuite/gcc.dg/anon-struct-8.c
@@ -6,5 +6,5 @@
struct s {
int a;
- const; /* { dg-error "error: ISO C forbids member declarations with no members" } */
+ const; /* { dg-error "ISO C forbids member declarations with no members" } */
};