diff options
Diffstat (limited to 'test/FrontendObjC/2010-02-01-utf16-with-null.m')
-rw-r--r-- | test/FrontendObjC/2010-02-01-utf16-with-null.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/FrontendObjC/2010-02-01-utf16-with-null.m b/test/FrontendObjC/2010-02-01-utf16-with-null.m deleted file mode 100644 index 86e4637..0000000 --- a/test/FrontendObjC/2010-02-01-utf16-with-null.m +++ /dev/null @@ -1,5 +0,0 @@ -/* RUN: %llvmgcc -w -x objective-c -S %s -o - | not grep {__ustring} - rdar://7589850 */ - -void *P = @"good\0bye"; - |