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 51897d4 commit af61aceCopy full SHA for af61ace
utils/build.ps1
@@ -2201,7 +2201,7 @@ function Test-Runtime([Platform]$Platform, $Arch) {
2201
throw "LIT test utilities not found in $CompilersBinaryCache\bin"
2202
}
2203
2204
- Isolate-EnvVars {
+ Invoke-IsolatingEnvVars {
2205
# Filter known issues when testing on Windows
2206
Load-LitTestOverrides $PSScriptRoot/windows-swift-android-lit-test-overrides.txt
2207
$env:Path = "$(Get-CMarkBinaryCache $Arch)\src;$(Get-PinnedToolchainRuntime);${env:Path};$UnixToolsBinDir"
0 commit comments