diff options
Diffstat (limited to 'clang/test/Misc/wrong-encoding.c')
-rw-r--r-- | clang/test/Misc/wrong-encoding.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/clang/test/Misc/wrong-encoding.c b/clang/test/Misc/wrong-encoding.c deleted file mode 100644 index bd1cf3dc02a..00000000000 --- a/clang/test/Misc/wrong-encoding.c +++ /dev/null @@ -1,16 +0,0 @@ -// RUN: %clang_cc1 -fsyntax-only %s 2>&1 | FileCheck -strict-whitespace %s - -void foo() { - - "§Ã"; // ø -// CHECK: {{^ "<A7><C3>"; // <F8>}} -// CHECK: {{^ \^}} - - /* þ« */ const char *d = "¥"; - -// CHECK: {{^ /\* <FE><AB> \*/ const char \*d = "<A5>";}} -// CHECK: {{^ \^}} - -// CHECK: {{^ "<A7><C3>"; // <F8>}} -// CHECK: {{^ \^~~~~~~~~~}} -} |