We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf5543 commit ad92b5dCopy full SHA for ad92b5d
1 file changed
Tests/SwiftDriverTests/ToolchainTests.swift
@@ -193,7 +193,9 @@ import CRT
193
#endif
194
let SWIFT_FRONTEND_EXEC = ProcessEnvironmentKey("SWIFT_DRIVER_SWIFT_FRONTEND_EXEC")
195
let SWIFT_SCANNER_LIB = ProcessEnvironmentKey("SWIFT_DRIVER_SWIFTSCAN_LIB")
196
- let baseEnv = ProcessEnv.block
+ var baseEnv = ProcessEnv.block
197
+ baseEnv.removeValue(forKey: SWIFT_FRONTEND_EXEC)
198
+ baseEnv.removeValue(forKey: SWIFT_SCANNER_LIB)
199
#if os(Windows)
200
let separator = ";"
201
#else
0 commit comments