aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/refcnt_naming.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/refcnt_naming.m')
-rw-r--r--test/Analysis/refcnt_naming.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/refcnt_naming.m b/test/Analysis/refcnt_naming.m
index 0fa95ebc8b..ee89d245f5 100644
--- a/test/Analysis/refcnt_naming.m
+++ b/test/Analysis/refcnt_naming.m
@@ -1,5 +1,5 @@
-// 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
typedef const struct __CFString * CFStringRef;
typedef const struct __CFAllocator * CFAllocatorRef;