Skip to content

Commit a3ed975

Browse files
committed
Change import of System/SystemPackage to not be public, to fix a build warning.
rdar://164578985
1 parent 0f6d00d commit a3ed975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SWBUtilTests/FSProxyTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ import SWBTestSupport
1818
@_spi(TestSupport) import SWBUtil
1919

2020
#if canImport(System)
21-
public import System
21+
import System
2222
#else
23-
public import SystemPackage
23+
import SystemPackage
2424
#endif
2525

2626
@Suite fileprivate struct FSProxyTests {

0 commit comments

Comments
 (0)