We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c5bb8 commit 2060863Copy full SHA for 2060863
1 file changed
Tests/base/NSKVOSupport/legacy.m
@@ -305,10 +305,18 @@ void mixedLegacy(void)
305
{
306
START_SET("KVO Legacy Tests")
307
308
+ #if defined(__GNUC__)
309
+ testHopeful = YES;
310
+ #endif
311
+
312
simpleDependency();
313
registeringMultipleDependencies();
314
mixedLegacy();
315
316
317
+ testHopeful = NO;
318
319
320
END_SET("KVO Legacy Tests")
321
322
return 0;
0 commit comments