File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ import SwiftSyntaxMacros
10
10
import XCTest
11
11
12
12
#if canImport(Testing)
13
- // NB: We are importing only the implementation of Testing because that framework is not available
14
- // in Xcode UI test targets.
15
- @_implementationOnly import Testing
13
+ import Testing
16
14
#endif
17
15
18
16
/// Asserts that a given Swift source string matches an expected string with all macros expanded.
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.
6
- @_implementationOnly import Testing
4
+ import Testing
7
5
#endif
8
6
9
7
@_spi ( Internals)
Original file line number Diff line number Diff line change 2
2
import SnapshotTesting
3
3
import SwiftSyntax
4
4
import SwiftSyntaxMacros
5
- // NB: We are importing only the implementation of Testing because that framework is not available
6
- // in Xcode UI test targets.
7
- @_implementationOnly import Testing
5
+ import Testing
8
6
9
7
@_spi ( Experimental)
10
8
extension Trait where Self == _MacrosTestTrait {
You can’t perform that action at this time.
0 commit comments