summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-stmt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Parser/cxx-stmt.cpp')
-rw-r--r--clang/test/Parser/cxx-stmt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Parser/cxx-stmt.cpp b/clang/test/Parser/cxx-stmt.cpp
index cc35ba153f6..3fd3e256a87 100644
--- a/clang/test/Parser/cxx-stmt.cpp
+++ b/clang/test/Parser/cxx-stmt.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
void f1()
{
@@ -51,4 +51,4 @@ void f4() {
switch (Kind) {
case Type: i = 7; break; // no error.
}
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud