summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-bool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/cxx-bool.cpp')
-rw-r--r--test/Parser/cxx-bool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/cxx-bool.cpp b/test/Parser/cxx-bool.cpp
index f0b3a9f9f0..a8a161edb1 100644
--- a/test/Parser/cxx-bool.cpp
+++ b/test/Parser/cxx-bool.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only %s
+// RUN: %clang_cc1 -fsyntax-only %s
bool a = true;
bool b = false;