summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/derived-to-base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/derived-to-base.cpp')
-rw-r--r--clang/test/Analysis/derived-to-base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/derived-to-base.cpp b/clang/test/Analysis/derived-to-base.cpp
index 2a9244ef34b..f65b9db17b6 100644
--- a/clang/test/Analysis/derived-to-base.cpp
+++ b/clang/test/Analysis/derived-to-base.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-check-objc-mem -analyzer-store region %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store region %s
class A {
protected:
OpenPOWER on IntegriCloud