summaryrefslogtreecommitdiffstats
path: root/test/Misc/unprintable.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Misc/unprintable.c')
-rw-r--r--test/Misc/unprintable.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/Misc/unprintable.c b/test/Misc/unprintable.c
deleted file mode 100644
index 860503e63c..0000000000
--- a/test/Misc/unprintable.c
+++ /dev/null
@@ -1,16 +0,0 @@
-// RUN: %clang_cc1 %s 2>&1 | FileCheck -strict-whitespace %s
-
-int main() {
- int i;
- if((i==/*👿*/1));
-
-// CHECK: {{^ if\(\(i==/\*<U\+1F47F>\*/1\)\);}}
-
-// CHECK: {{^ ~\^~~~~~~~~~~~~~~~}}
-// CHECK: {{^ ~ \^ ~}}
-
- /* 👿 */ "👿berhund";
-
-// CHECK: {{^ /\* <U\+1F47F> \*/ "<U\+1F47F>berhund";}}
-// CHECK: {{^ \^~~~~~~~~~~~~~~~~~}}
-} \ No newline at end of file