[cfe-commits] r68247 - /cfe/trunk/test/SemaObjC/ucn-objc-string.m
Steve Naroff
snaroff at apple.com
Wed Apr 1 14:27:56 PDT 2009
Author: snaroff
Date: Wed Apr 1 16:27:56 2009
New Revision: 68247
URL: http://llvm.org/viewvc/llvm-project?rev=68247&view=rev
Log:
Update test case and comment.
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=68247&r1=68246&r2=68247&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/ucn-objc-string.m (original)
+++ cfe/trunk/test/SemaObjC/ucn-objc-string.m Wed Apr 1 16:27:56 2009
@@ -5,9 +5,9 @@
int main() {
NSLog(@"Hiâ¦");
NSLog(@"Exposé");
- // FIXME: the following 2 are still not working (will investigate).
+ NSLog(@"\U00010400\U0001D12B");
+ // FIXME: the following is still not working (will investigate).
//NSLog(@"hello \u2192 \u2603 \u2190 world");
- //NSLog(@"\U00010400\U0001D12B");
return 0;
}
More information about the cfe-commits
mailing list