summaryrefslogtreecommitdiffstats
path: root/test/Analysis/constant-folding.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/constant-folding.c')
-rw-r--r--test/Analysis/constant-folding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/constant-folding.c b/test/Analysis/constant-folding.c
index 9191a9e..bb339f6 100644
--- a/test/Analysis/constant-folding.c
+++ b/test/Analysis/constant-folding.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-experimental-checks -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-experimental-internal-checks -analyzer-checker=core.experimental.UnreachableCode -analyzer-check-objc-mem -analyzer-experimental-checks -verify %s
// Trigger a warning if the analyzer reaches this point in the control flow.
#define WARN ((void)*(char*)0)
OpenPOWER on IntegriCloud