File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11import XCTest
22
33#if canImport(Testing)
4+ // NB: We are importing only the implementation of Testing because that framework is not available
5+ // in Xcode UI test targets.
46 @_implementationOnly import Testing
57#endif
68
Original file line number Diff line number Diff line change 11import XCTest
22
33#if canImport(Testing)
4+ // NB: We are importing only the implementation of Testing because that framework is not available
5+ // in Xcode UI test targets.
46 @_implementationOnly import Testing
57#endif
68
Original file line number Diff line number Diff line change 11#if canImport(Testing)
2+ // NB: We are importing only the implementation of Testing because that framework is not available
3+ // in Xcode UI test targets.
24 @_implementationOnly import Testing
35
46 @_spi ( Experimental)
You can’t perform that action at this time.
0 commit comments