Skip to content

Commit 04c164a

Browse files
committed
Silence warning about package import on Windows
1 parent 5f906ca commit 04c164a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_TestDiscovery/Additions/WinSDKAdditions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//
1010

1111
#if os(Windows)
12-
package import _TestingInternals
12+
import _TestingInternals
1313

1414
extension HMODULE {
1515
/// A helper type that manages state for ``HMODULE/all``.

0 commit comments

Comments
 (0)