[cfe-commits] r68364 - /cfe/trunk/test/SemaObjC/ucn-objc-string.m

Steve Naroff snaroff at apple.com
Thu Apr 2 18:25:18 PDT 2009


Author: snaroff
Date: Thu Apr  2 20:25:18 2009
New Revision: 68364

URL: http://llvm.org/viewvc/llvm-project?rev=68364&view=rev
Log:
Tweak test (now that http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090330/015001.html is fixed).

Modified:
    cfe/trunk/test/SemaObjC/ucn-objc-string.m

Modified: cfe/trunk/test/SemaObjC/ucn-objc-string.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/ucn-objc-string.m?rev=68364&r1=68363&r2=68364&view=diff

==============================================================================
--- cfe/trunk/test/SemaObjC/ucn-objc-string.m (original)
+++ cfe/trunk/test/SemaObjC/ucn-objc-string.m Thu Apr  2 20:25:18 2009
@@ -6,8 +6,8 @@
   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;
 }
 





More information about the cfe-commits mailing list