1 // TEST_ENV OBJC_DEBUG_DUPLICATE_CLASSES=YES
5 objc\[\d+\]: Class GKScore is implemented in both [^\s]+ and [^\s]+ One of the two will be used. Which one is undefined.
13 @interface GKScore : TestRoot @end
14 @implementation GKScore @end
18 void *dl = dlopen("/System/Library/Frameworks/GameKit.framework/GameKit", RTLD_LAZY);
19 if (!dl) fail("couldn't open GameKit");
20 fail("should have crashed already");