mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This test checks the behavior of class_getImageName before the runtime's hook is installed with objc_setHook_getImageName. Foundation now triggers installation of that hook very early, causing the test to fail. Reliably avoiding this is difficult, and the test is redundant with the ObjC runtime's tests, so just remove it. rdar://132478164