aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/cxx-for-range.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/cxx-for-range.cpp')
-rw-r--r--test/Analysis/cxx-for-range.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/cxx-for-range.cpp b/test/Analysis/cxx-for-range.cpp
index 6be8b78ee816..bf3cfbff1231 100644
--- a/test/Analysis/cxx-for-range.cpp
+++ b/test/Analysis/cxx-for-range.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -std=c++11 -analyzer-checker=core -analyzer-config path-diagnostics-alternate=true -analyzer-output=plist-multi-file -o %t.plist -verify %s
+// RUN: %clang_analyze_cc1 -std=c++11 -analyzer-checker=core -analyzer-config path-diagnostics-alternate=true -analyzer-output=plist-multi-file -o %t.plist -verify %s
// RUN: FileCheck --input-file=%t.plist %s
extern void work();