summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/switch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaCXX/switch.cpp')
-rw-r--r--clang/test/SemaCXX/switch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/switch.cpp b/clang/test/SemaCXX/switch.cpp
index 003d5b8b9c0..c256960af1d 100644
--- a/clang/test/SemaCXX/switch.cpp
+++ b/clang/test/SemaCXX/switch.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
void test() {
bool x = true;
OpenPOWER on IntegriCloud