]> granicus.if.org Git - clang/commitdiff
Fix c-unicode.c testcase again.
authorMatthias Braun <matze@braunis.de>
Sat, 21 Nov 2015 02:13:29 +0000 (02:13 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 21 Nov 2015 02:13:29 +0000 (02:13 +0000)
Specifying a fixed triple is not possible because that target may not
even be compiler. Go for a simpler fix by using a _? regex for the
prefix.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253758 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/c-unicode.c

index 431b1f97588758e26754f64e52983a9bfcdaad6a..c5244984d0c7e76f14d9884897f9a966e713ba53 100644 (file)
@@ -1,7 +1,7 @@
-// RUN: %clang --target=x86_64--linux-gnu -S %s -o - | FileCheck %s -check-prefix=ALLOWED
-// RUN: not %clang --target=x86_64--linux-gnu -std=c89 -S %s -o - 2>&1 | FileCheck %s -check-prefix=DENIED
+// RUN: %clang -S %s -o - | FileCheck %s -check-prefix=ALLOWED
+// RUN: not %clang -std=c89 -S %s -o - 2>&1 | FileCheck %s -check-prefix=DENIED
 int \uaccess = 0;
-// ALLOWED: "곎ss":
+// ALLOWED: "{{_?}}곎ss":
 // ALLOWED-NOT: "\uaccess":
 // DENIED: warning: universal character names are only valid in C99 or C++; treating as '\' followed by identifier [-Wunicode]
 // DENIED: error: expected identifier or '('