summaryrefslogtreecommitdiffstats
path: root/test/Analysis/func.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/func.c')
-rw-r--r--test/Analysis/func.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Analysis/func.c b/test/Analysis/func.c
index 0694f7b..b6cebde8 100644
--- a/test/Analysis/func.c
+++ b/test/Analysis/func.c
@@ -1,5 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -analyzer-store=basic -verify %s
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -analyzer-store=region -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.core -analyzer-store=region -verify %s
void f(void) {
void (*p)(void);
OpenPOWER on IntegriCloud