aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/rdar-7168531.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/rdar-7168531.m')
-rw-r--r--test/Analysis/rdar-7168531.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/rdar-7168531.m b/test/Analysis/rdar-7168531.m
index 151625569c..4ccc7d7a2b 100644
--- a/test/Analysis/rdar-7168531.m
+++ b/test/Analysis/rdar-7168531.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.core -triple i386-apple-darwin10 -fobjc-fragile-abi -analyzer-store=region %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.core -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -analyzer-store=region %s
// Note that the target triple is important for this test case. It specifies that we use the
// fragile Objective-C ABI.