diff options
Diffstat (limited to 'test/Analysis/cxx-method-names.cpp')
-rw-r--r-- | test/Analysis/cxx-method-names.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/cxx-method-names.cpp b/test/Analysis/cxx-method-names.cpp index 21be5e4bd3f4d..e57e72df840ed 100644 --- a/test/Analysis/cxx-method-names.cpp +++ b/test/Analysis/cxx-method-names.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix,osx,alpha.unix,alpha.security.taint -analyzer-store region -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix,osx,alpha.unix,alpha.security.taint -analyzer-store region -verify %s // expected-no-diagnostics class Evil { |