summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/arrow-operator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaCXX/arrow-operator.cpp')
-rw-r--r--clang/test/SemaCXX/arrow-operator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/arrow-operator.cpp b/clang/test/SemaCXX/arrow-operator.cpp
index 08b3cd4cc71..fd1ec0120a7 100644
--- a/clang/test/SemaCXX/arrow-operator.cpp
+++ b/clang/test/SemaCXX/arrow-operator.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
struct T {
void f();
};
OpenPOWER on IntegriCloud