aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/func.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/func.c')
-rw-r--r--test/Analysis/func.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/func.c b/test/Analysis/func.c
index 49f2731256..94ca2694fe 100644
--- a/test/Analysis/func.c
+++ b/test/Analysis/func.c
@@ -1,6 +1,6 @@
// RUN: clang -analyze -checker-simple -verify %s &&
-// RUN: clang -analyze -checker-cfref -analyzer-store-basic -verify %s &&
-// RUN: clang -analyze -checker-cfref -analyzer-store-region -verify %s
+// RUN: clang -analyze -checker-cfref -analyzer-store=basic -verify %s &&
+// RUN: clang -analyze -checker-cfref -analyzer-store=region -verify %s
void f(void) {
void (*p)(void);