aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/delayed-template-parsing-crash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/delayed-template-parsing-crash.cpp')
-rw-r--r--test/Analysis/delayed-template-parsing-crash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/delayed-template-parsing-crash.cpp b/test/Analysis/delayed-template-parsing-crash.cpp
index 94a143b0c066..6d189afb455a 100644
--- a/test/Analysis/delayed-template-parsing-crash.cpp
+++ b/test/Analysis/delayed-template-parsing-crash.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core -std=c++11 -fdelayed-template-parsing -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core -std=c++11 -fdelayed-template-parsing -verify %s
// expected-no-diagnostics
template <class T> struct remove_reference {typedef T type;};