forked from OSchip/llvm-project
Tweak test (now that http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090330/015001.html is fixed).
llvm-svn: 68364
This commit is contained in:
parent
fd6cfcffa2
commit
3e90e33356
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue