Skip to content

Commit 75ae741

Browse files
committed
Fix windows error
1 parent 156425a commit 75ae741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)