summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/c-unicode.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/c-unicode.c')
-rw-r--r--clang/test/CodeGen/c-unicode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/c-unicode.c b/clang/test/CodeGen/c-unicode.c
index e9aba558c62..431b1f97588 100644
--- a/clang/test/CodeGen/c-unicode.c
+++ b/clang/test/CodeGen/c-unicode.c
@@ -1,5 +1,5 @@
-// 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
+// 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
int \uaccess = 0;
// ALLOWED: "곎ss":
// ALLOWED-NOT: "\uaccess":
OpenPOWER on IntegriCloud