summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/template-id-printing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaTemplate/template-id-printing.cpp')
-rw-r--r--test/SemaTemplate/template-id-printing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/template-id-printing.cpp b/test/SemaTemplate/template-id-printing.cpp
index 13250943e9..fcd4974a76 100644
--- a/test/SemaTemplate/template-id-printing.cpp
+++ b/test/SemaTemplate/template-id-printing.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -ast-print %s | FileCheck %s
+// RUN: %clang_cc1 -fsyntax-only -ast-print %s | FileCheck %s
namespace N {
template<typename T, typename U> void f(U);
template<int> void f();