mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
NSKVOSupport: Mark proxy test as hopeful
This commit is contained in:
parent
847ac08645
commit
1a6fb341d8
1 changed files with 3 additions and 0 deletions
|
@ -157,7 +157,10 @@ main(int argc, char *argv[])
|
|||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
Observer *obs = [Observer new];
|
||||
|
||||
testHopeful = YES;
|
||||
[obs runTest];
|
||||
testHopeful = NO;
|
||||
|
||||
[obs release];
|
||||
|
||||
DESTROY(arp);
|
||||
|
|
Loading…
Reference in a new issue