Skip to content

Commit

Permalink
NSKVOSupport: Mark proxy test as hopeful
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Dec 13, 2024
1 parent cd09be4 commit 3f27cb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/base/NSKVOSupport/proxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(N
NSAutoreleasePool *arp = [NSAutoreleasePool new];
Observer *obs = [Observer new];

testHopeful = YES;
[obs runTest];
testHopeful = NO;

[obs release];

DESTROY(arp);
Expand Down

0 comments on commit 3f27cb0

Please sign in to comment.