summaryrefslogtreecommitdiff
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 d3cbf9c56479..e7a5705fa59a 100644
--- a/test/Analysis/constant-folding.c
+++ b/test/Analysis/constant-folding.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,deadcode.experimental.UnreachableCode -Wno-null-dereference -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.deadcode.UnreachableCode -Wno-null-dereference -verify %s
// Trigger a warning if the analyzer reaches this point in the control flow.
#define WARN ((void)*(char*)0)