summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/illegal-UTF8.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/illegal-UTF8.m')
-rw-r--r--test/CodeGen/illegal-UTF8.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/CodeGen/illegal-UTF8.m b/test/CodeGen/illegal-UTF8.m
index 871e6e5..4762e80 100644
--- a/test/CodeGen/illegal-UTF8.m
+++ b/test/CodeGen/illegal-UTF8.m
@@ -2,7 +2,5 @@
@class NSString;
-// FIXME: GCC emits the following warning:
-// CodeGen/illegal-UTF8.m:4: warning: input conversion stopped due to an input byte that does not belong to the input codeset UTF-8
-NSString *S = @"\xff\xff___WAIT___";
+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}}
OpenPOWER on IntegriCloud