summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/cxx-method-names.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/cxx-method-names.cpp')
-rw-r--r--clang/test/Analysis/cxx-method-names.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/cxx-method-names.cpp b/clang/test/Analysis/cxx-method-names.cpp
index e57e72df840..21be5e4bd3f 100644
--- a/clang/test/Analysis/cxx-method-names.cpp
+++ b/clang/test/Analysis/cxx-method-names.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix,osx,alpha.unix,alpha.security.taint -analyzer-store region -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix,osx,alpha.unix,alpha.security.taint -analyzer-store region -verify %s
// expected-no-diagnostics
class Evil {
OpenPOWER on IntegriCloud