summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-09-13 19:10:51 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-09-13 19:10:51 +0000
commit659d38bcd517197b212594567974686b9bb49e3f (patch)
treefc27fba55d0c9d8c998210f3a97f48b81ea4aabd
parent1dfeacefbce9b49df419ee432b038db29227d705 (diff)
downloadbcm5719-llvm-659d38bcd517197b212594567974686b9bb49e3f.tar.gz
bcm5719-llvm-659d38bcd517197b212594567974686b9bb49e3f.zip
Use a "better" unicode character, to avoid buildbot breakage on bots which can print some unicode characters.
llvm-svn: 163825
-rw-r--r--clang/test/Misc/unprintable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Misc/unprintable.c b/clang/test/Misc/unprintable.c
index f48d15ce75f..10a0d2450e6 100644
--- a/clang/test/Misc/unprintable.c
+++ b/clang/test/Misc/unprintable.c
@@ -9,14 +9,14 @@ int main() {
// CHECK: {{^ ~\^~~~~~~~~~~~~~~~}}
// CHECK: {{^ ~ \^ ~}}
- (void)"ÊÑ¿ô";
+ (void)"Ê👿ô";
-// CHECK: {{^ \(void\)"<CA><U\+047F><F4>";}}
+// CHECK: {{^ \(void\)"<CA><U\+1F47F><F4>";}}
// CHECK: {{^ \^~~~}}
  int n = 0;
-// CHECK: {{^<U\+00A0> int n = 0;}}
+// CHECK: {{ int n = 0;}}
// CHECK: {{^\^}}
"👿 \z";
OpenPOWER on IntegriCloud