diff options
Diffstat (limited to 'clang/test/CodeGen/unsupported.c')
-rw-r--r-- | clang/test/CodeGen/unsupported.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/CodeGen/unsupported.c b/clang/test/CodeGen/unsupported.c deleted file mode 100644 index c11f1d1ef9d..00000000000 --- a/clang/test/CodeGen/unsupported.c +++ /dev/null @@ -1,3 +0,0 @@ -// RUN: clang -verify -emit-llvm -o - %s - -void *x = L"foo"; // expected-error {{cannot compile this wide string yet}} |