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 1
1
import XCTest
2
2
3
3
#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.
4
6
@_implementationOnly import Testing
5
7
#endif
6
8
Original file line number Diff line number Diff line change 1
1
import XCTest
2
2
3
3
#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.
4
6
@_implementationOnly import Testing
5
7
#endif
6
8
Original file line number Diff line number Diff line change 1
1
#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.
2
4
@_implementationOnly import Testing
3
5
4
6
@_spi ( Experimental)
You can’t perform that action at this time.
0 commit comments