summaryrefslogtreecommitdiffstats
path: root/test/Rewriter/rewrite-weak-attr.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Rewriter/rewrite-weak-attr.m')
-rw-r--r--test/Rewriter/rewrite-weak-attr.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rewriter/rewrite-weak-attr.m b/test/Rewriter/rewrite-weak-attr.m
index 60c6fc881a..f8eb3b727e 100644
--- a/test/Rewriter/rewrite-weak-attr.m
+++ b/test/Rewriter/rewrite-weak-attr.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple i686-pc-win32 -fms-extensions -fblocks -Dnil=0 -rewrite-objc -fobjc-fragile-abi -o - %s
+// RUN: %clang_cc1 -triple i686-pc-win32 -fms-extensions -fblocks -Dnil=0 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
int main() {
__weak __block id foo = nil;
__block id foo2 = nil;