mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Mark as hopeful on GCC
This commit is contained in:
parent
71c5bb8b09
commit
2060863762
1 changed files with 8 additions and 0 deletions
|
@ -305,10 +305,18 @@ main(int argc, char *argv[])
|
|||
{
|
||||
START_SET("KVO Legacy Tests")
|
||||
|
||||
#if defined(__GNUC__)
|
||||
testHopeful = YES;
|
||||
#endif
|
||||
|
||||
simpleDependency();
|
||||
registeringMultipleDependencies();
|
||||
mixedLegacy();
|
||||
|
||||
#if defined(__GNUC__)
|
||||
testHopeful = NO;
|
||||
#endif
|
||||
|
||||
END_SET("KVO Legacy Tests")
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue