diff options
Diffstat (limited to 'test/CodeGen/illegal-UTF8.m')
-rw-r--r-- | test/CodeGen/illegal-UTF8.m | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/illegal-UTF8.m b/test/CodeGen/illegal-UTF8.m deleted file mode 100644 index 4762e80..0000000 --- a/test/CodeGen/illegal-UTF8.m +++ /dev/null @@ -1,6 +0,0 @@ -// RUN: %clang %s -S -m64 -o - - -@class NSString; - - -NSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion stopped due to an input byte that does not belong to the input codeset UTF-8}} |