]> granicus.if.org Git - clang/commitdiff
Tweak test (now that http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090...
authorSteve Naroff <snaroff@apple.com>
Fri, 3 Apr 2009 01:25:18 +0000 (01:25 +0000)
committerSteve Naroff <snaroff@apple.com>
Fri, 3 Apr 2009 01:25:18 +0000 (01:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68364 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/ucn-objc-string.m

index 5b611f6005f08fa1027bb261e30017d232fb769f..1d94ea2363a12d208a0ad128d40ff8b45b0f755e 100644 (file)
@@ -6,8 +6,8 @@ int main() {
   NSLog(@"Hi…");
   NSLog(@"Exposé");
   NSLog(@"\U00010400\U0001D12B");
-  // FIXME: the following is still not working (will investigate).
-  //NSLog(@"hello \u2192 \u2603 \u2190 world");
+  NSLog(@"hello \u2192 \u2603 \u2190 world");
+  NSLog(@"hello → ☃ ← world");
   return 0;
 }