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
1010import XCTest
1111
1212#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
1614#endif
1715
1816/// 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 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.
6- @_implementationOnly import Testing
4+ import Testing
75#endif
86
97@_spi ( Internals)
Original file line number Diff line number Diff line change 22 import SnapshotTesting
33 import SwiftSyntax
44 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
86
97 @_spi ( Experimental)
108 extension Trait where Self == _MacrosTestTrait {
You can’t perform that action at this time.
0 commit comments