summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/method-call.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/method-call.cpp')
-rw-r--r--clang/test/Analysis/method-call.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/method-call.cpp b/clang/test/Analysis/method-call.cpp
index b5b81e3402a..323fffebcdb 100644
--- a/clang/test/Analysis/method-call.cpp
+++ b/clang/test/Analysis/method-call.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-check-objc-mem -analyzer-inline-call -analyzer-store region -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-inline-call -analyzer-store region -verify %s
// XFAIL: *
struct A {
OpenPOWER on IntegriCloud