summaryrefslogtreecommitdiffstats
path: root/test/Analysis/analyzer-stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/analyzer-stats.c')
-rw-r--r--test/Analysis/analyzer-stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/analyzer-stats.c b/test/Analysis/analyzer-stats.c
index 2a2e325..9eeaade 100644
--- a/test/Analysis/analyzer-stats.c
+++ b/test/Analysis/analyzer-stats.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-check-objc-mem -analyzer-checker=core.DeadStores -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks -analyzer-stats %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,deadcode.DeadStores,debug.Stats -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks %s
int foo();
OpenPOWER on IntegriCloud