summaryrefslogtreecommitdiffstats
path: root/test/Analysis/inline3.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/inline3.c')
-rw-r--r--test/Analysis/inline3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/inline3.c b/test/Analysis/inline3.c
index 884b3ed..9c8e26e 100644
--- a/test/Analysis/inline3.c
+++ b/test/Analysis/inline3.c
@@ -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
// Test when entering f1(), we set the right AnalysisContext to Environment.
// Otherwise, block-level expr '1 && a' would not be block-level.
OpenPOWER on IntegriCloud