summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/synthesized-ivar.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/synthesized-ivar.m')
-rw-r--r--clang/test/SemaObjC/synthesized-ivar.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/synthesized-ivar.m b/clang/test/SemaObjC/synthesized-ivar.m
index 884a3caf0f6..cc7b309da03 100644
--- a/clang/test/SemaObjC/synthesized-ivar.m
+++ b/clang/test/SemaObjC/synthesized-ivar.m
@@ -57,5 +57,5 @@ int f0(I *a) { return a->IP; } // expected-error {{instance variable 'IP' is pri
@implementation A
// rdar://9605088
-@synthesize testObjectWeakProperty; // expected-error {{@synthesize of 'weak' property is only allowed in ARC or GC mode}}
+@synthesize testObjectWeakProperty; // expected-error {{the current deployment target does not support automated __weak references}}
@end
OpenPOWER on IntegriCloud