summaryrefslogtreecommitdiff
path: root/test/Frontend
diff options
context:
space:
mode:
Diffstat (limited to 'test/Frontend')
-rw-r--r--test/Frontend/Weverything-and-remarks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Frontend/Weverything-and-remarks.cpp b/test/Frontend/Weverything-and-remarks.cpp
index 0c35b3111d..fcdc2c8299 100644
--- a/test/Frontend/Weverything-and-remarks.cpp
+++ b/test/Frontend/Weverything-and-remarks.cpp
@@ -4,7 +4,7 @@
// flags to filter them. The handler in BackendConsumer::DiagnosticHandlerImpl
// should not emitting diagnostics for unhandled kinds.
-// RUN: %clang -c -S -Weverything -O0 -o /dev/null %s 2> %t.err
+// RUN: %clang -target x86_64-unknown-unknown -c -S -Weverything -O0 -o /dev/null %s 2> %t.err
// RUN: FileCheck < %t.err %s
typedef __char32_t char32_t;