summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/switch-7.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/switch-7.c')
-rw-r--r--gcc/testsuite/gcc.dg/switch-7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/switch-7.c b/gcc/testsuite/gcc.dg/switch-7.c
index d3fdfb4c381..29cb8256991 100644
--- a/gcc/testsuite/gcc.dg/switch-7.c
+++ b/gcc/testsuite/gcc.dg/switch-7.c
@@ -9,6 +9,6 @@ f (int a)
{
switch (a)
{
- case 0 ... 0: ; /* { dg-error "error: range expressions in switch statements are non-standard" } */
+ case 0 ... 0: ; /* { dg-error "range expressions in switch statements are non-standard" } */
}
}