aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMNSObject+KeyValueObservingTest.m
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2015-11-03 10:08:17 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2015-11-03 10:08:17 -0500
commitf2f8cc667b790dcd71709cb3a175944d38b1e78a (patch)
treea1ee53015afcff9e74d0b696401b0514b8b609c6 /Foundation/GTMNSObject+KeyValueObservingTest.m
parentd160301ee824d8c77bcef4af3f8265c8cb376a7c (diff)
Keep GTM building after clang r251041 when targeting 10.6
Diffstat (limited to 'Foundation/GTMNSObject+KeyValueObservingTest.m')
-rw-r--r--Foundation/GTMNSObject+KeyValueObservingTest.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/Foundation/GTMNSObject+KeyValueObservingTest.m b/Foundation/GTMNSObject+KeyValueObservingTest.m
index be3041b..ba59a96 100644
--- a/Foundation/GTMNSObject+KeyValueObservingTest.m
+++ b/Foundation/GTMNSObject+KeyValueObservingTest.m
@@ -34,7 +34,7 @@
@interface GTMNSObject_KeyValueObservingTest : GTMTestCase {
int32_t count_;
NSMutableDictionary *dict_;
- __weak NSString *expectedValue_;
+ GTM_WEAK NSString *expectedValue_;
}
- (void)observeValueChange:(GTMKeyValueChangeNotification *)notification;
@@ -133,8 +133,8 @@
@private
id value_;
id _value2;
- __weak NSArray *value3_;
- __weak NSString *value4;
+ GTM_WEAK NSArray *value3_;
+ GTM_WEAK NSString *value4;
}
- (NSString *)value4;
@end