Skip to content

Commit ad92b5d

Browse files
CI test fixup
1 parent 5cf5543 commit ad92b5d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Tests/SwiftDriverTests/ToolchainTests.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@ import CRT
193193
#endif
194194
let SWIFT_FRONTEND_EXEC = ProcessEnvironmentKey("SWIFT_DRIVER_SWIFT_FRONTEND_EXEC")
195195
let SWIFT_SCANNER_LIB = ProcessEnvironmentKey("SWIFT_DRIVER_SWIFTSCAN_LIB")
196-
let baseEnv = ProcessEnv.block
196+
var baseEnv = ProcessEnv.block
197+
baseEnv.removeValue(forKey: SWIFT_FRONTEND_EXEC)
198+
baseEnv.removeValue(forKey: SWIFT_SCANNER_LIB)
197199
#if os(Windows)
198200
let separator = ";"
199201
#else

0 commit comments

Comments
 (0)