summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/operator-template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaTemplate/operator-template.cpp')
-rw-r--r--test/SemaTemplate/operator-template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/operator-template.cpp b/test/SemaTemplate/operator-template.cpp
index dc44d04b68..4300755cf7 100644
--- a/test/SemaTemplate/operator-template.cpp
+++ b/test/SemaTemplate/operator-template.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
// Make sure we accept this
template<class X>struct A{typedef X Y;};