Skip to content

Commit fae239d

Browse files
committed
Remove import Synchronization
1 parent badd7f1 commit fae239d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Sources/Commands/Utilities/TestingSupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ enum TestingSupport {
183183
#if !os(macOS)
184184
#if os(Windows)
185185
if let location = toolchain.xctestPath {
186-
env.prependPath("Path", value: location.pathString)
186+
env.prependPath(key: .path, value: location.pathString)
187187
}
188188
#endif
189189
return env

Sources/Environment/Environment.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
internal import Foundation
14-
internal import Synchronization
1514

1615
#if canImport(Glibc)
1716
import Glibc

0 commit comments

Comments
 (0)