You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unnecessary import CoreFoundation on Windows
This removes the unnecessary import of CoreFoundation in the XCTest
module. It is unused and the removal enables the removal of the
CoreFoundation headers from the distribution which are internal
implementation details on non-Darwin platforms.
0 commit comments