aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/complex.c')
-rw-r--r--test/Analysis/complex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/complex.c b/test/Analysis/complex.c
index fd3d429a1a..f2ade5aa1c 100644
--- a/test/Analysis/complex.c
+++ b/test/Analysis/complex.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
#include <stdint.h>