aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/ackermann.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaTemplate/ackermann.cpp')
-rw-r--r--test/SemaTemplate/ackermann.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/ackermann.cpp b/test/SemaTemplate/ackermann.cpp
index c936889f25f9..9525bfcc4f43 100644
--- a/test/SemaTemplate/ackermann.cpp
+++ b/test/SemaTemplate/ackermann.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
// template<unsigned M, unsigned N>
// struct Ackermann {