aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/raw-string-6.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/c-c++-common/raw-string-6.c')
-rw-r--r--gcc/testsuite/c-c++-common/raw-string-6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/c-c++-common/raw-string-6.c b/gcc/testsuite/c-c++-common/raw-string-6.c
index a3ae422..87ee4c1 100644
--- a/gcc/testsuite/c-c++-common/raw-string-6.c
+++ b/gcc/testsuite/c-c++-common/raw-string-6.c
@@ -2,5 +2,5 @@
// { dg-options "-std=gnu99" { target c } }
// { dg-options "-std=c++0x" { target c++ } }
-const void *s0 = R"ouch()ouCh"; // { dg-error "at end of input" }
- // { dg-error "unterminated raw string" "" { target *-*-* } 5 }
+const void *s0 = R"ouch()ouCh"; // { dg-error "at end of input" "end" }
+ // { dg-error "unterminated raw string" "unterminated" { target *-*-* } 5 }