aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/CGColorSpace.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/CGColorSpace.c')
-rw-r--r--test/Analysis/CGColorSpace.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Analysis/CGColorSpace.c b/test/Analysis/CGColorSpace.c
index b229bd2e24..807c6b83f2 100644
--- a/test/Analysis/CGColorSpace.c
+++ b/test/Analysis/CGColorSpace.c
@@ -1,5 +1,6 @@
-// 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 &&
+// RUN: clang -analyze -checker-cfref -analyzer-store=region -analyzer-constraints=range -verify %s
typedef struct CGColorSpace *CGColorSpaceRef;
extern CGColorSpaceRef CGColorSpaceCreateDeviceRGB(void);