summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/arc-property-lifetime.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/arc-property-lifetime.m')
-rw-r--r--clang/test/SemaObjC/arc-property-lifetime.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/arc-property-lifetime.m b/clang/test/SemaObjC/arc-property-lifetime.m
index 99f6d2dfbcb..b1c84c75c05 100644
--- a/clang/test/SemaObjC/arc-property-lifetime.m
+++ b/clang/test/SemaObjC/arc-property-lifetime.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fobjc-nonfragile-abi -fsyntax-only -fobjc-arc -verify %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fobjc-nonfragile-abi -fobjc-runtime-has-weak -fsyntax-only -fobjc-arc -verify %s
// rdar://9340606
@interface Foo {
OpenPOWER on IntegriCloud