summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/wrong-encoding.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Misc/wrong-encoding.c')
-rw-r--r--clang/test/Misc/wrong-encoding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Misc/wrong-encoding.c b/clang/test/Misc/wrong-encoding.c
index bd1cf3dc02a..476c783c24e 100644
--- a/clang/test/Misc/wrong-encoding.c
+++ b/clang/test/Misc/wrong-encoding.c
@@ -4,12 +4,12 @@ void foo() {
"§Ã"; // ø
// CHECK: {{^ "<A7><C3>"; // <F8>}}
-// CHECK: {{^ \^}}
+// CHECK: {{^ \^~~~}}
/* þ« */ const char *d = "¥";
// CHECK: {{^ /\* <FE><AB> \*/ const char \*d = "<A5>";}}
-// CHECK: {{^ \^}}
+// CHECK: {{^ \^~~~}}
// CHECK: {{^ "<A7><C3>"; // <F8>}}
// CHECK: {{^ \^~~~~~~~~~}}
OpenPOWER on IntegriCloud