From: Richard Smith Date: Thu, 13 Sep 2012 19:10:51 +0000 (+0000) Subject: Use a "better" unicode character, to avoid buildbot breakage on bots which can print... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a406849092567a448b6cef37df83df3c2b36f3ca;p=clang Use a "better" unicode character, to avoid buildbot breakage on bots which can print some unicode characters. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163825 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Misc/unprintable.c b/test/Misc/unprintable.c index f48d15ce75..10a0d2450e 100644 --- a/test/Misc/unprintable.c +++ b/test/Misc/unprintable.c @@ -9,14 +9,14 @@ int main() { // CHECK: {{^ ~\^~~~~~~~~~~~~~~~}} // CHECK: {{^ ~ \^ ~}} - (void)"ÊÑ¿ô"; + (void)"Ê👿ô"; -// CHECK: {{^ \(void\)"";}} +// CHECK: {{^ \(void\)"";}} // CHECK: {{^ \^~~~}}   int n = 0; -// CHECK: {{^ int n = 0;}} +// CHECK: {{ int n = 0;}} // CHECK: {{^\^}} "👿 \z";