summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/fun-template-def.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaTemplate/fun-template-def.cpp')
-rw-r--r--clang/test/SemaTemplate/fun-template-def.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaTemplate/fun-template-def.cpp b/clang/test/SemaTemplate/fun-template-def.cpp
index 4d8aaa8d16f..867b1c643e6 100644
--- a/clang/test/SemaTemplate/fun-template-def.cpp
+++ b/clang/test/SemaTemplate/fun-template-def.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
// Tests that dependent expressions are always allowed, whereas non-dependent
// are checked as usual.
OpenPOWER on IntegriCloud