aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/cfref_rdar6080742.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/cfref_rdar6080742.c')
-rw-r--r--test/Analysis/cfref_rdar6080742.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/cfref_rdar6080742.c b/test/Analysis/cfref_rdar6080742.c
index 1364e8f6e8..b1038bcfaf 100644
--- a/test/Analysis/cfref_rdar6080742.c
+++ b/test/Analysis/cfref_rdar6080742.c
@@ -1,4 +1,5 @@
-// RUN: clang -analyze -checker-cfref -verify %s
+// RUN: clang -analyze -checker-cfref -analyzer-store-basic -verify %s &&
+// RUN: clang -analyze -checker-cfref -analyzer-store-region -verify %s
// This test case was reported in <rdar:problem/6080742>.
// It tests path-sensitivity with respect to '!(cfstring != 0)' (negation of inequality).