summaryrefslogtreecommitdiffstats
path: root/test/Analysis/inline2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/inline2.c')
-rw-r--r--test/Analysis/inline2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/inline2.c b/test/Analysis/inline2.c
index efdb75c..97e479d 100644
--- a/test/Analysis/inline2.c
+++ b/test/Analysis/inline2.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 parameter 'a' is registered to LiveVariables analysis data although it
// is not referenced in the function body.
OpenPOWER on IntegriCloud