Skip to content

Commit f44b6ae

Browse files
committed
package import
1 parent de87958 commit f44b6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/_TestDiscovery/Additions/WinSDKAdditions.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
// See https://swift.org/CONTRIBUTORS.txt for Swift project authors
99
//
1010

11-
internal import _TestingInternals
12-
1311
#if os(Windows)
12+
package import _TestingInternals
13+
1414
extension HMODULE {
1515
/// A helper type that manages state for ``HMODULE/all``.
1616
private final class _AllState {

0 commit comments

Comments
 (0)