Skip to content

Commit 3f27cb0

Browse files
committed
NSKVOSupport: Mark proxy test as hopeful
1 parent cd09be4 commit 3f27cb0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/base/NSKVOSupport/proxy.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,10 @@ - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(N
157157
NSAutoreleasePool *arp = [NSAutoreleasePool new];
158158
Observer *obs = [Observer new];
159159

160+
testHopeful = YES;
160161
[obs runTest];
162+
testHopeful = NO;
163+
161164
[obs release];
162165

163166
DESTROY(arp);

0 commit comments

Comments
 (0)