Skip to content

Commit 9c6c541

Browse files
Adopt new name for Isolate-EnvVars function in build.ps1
1 parent 5274ec5 commit 9c6c541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,7 @@ function Test-Runtime([Platform]$Platform, $Arch) {
21802180
throw "LIT test utilities not found in $CompilersBinaryCache\bin"
21812181
}
21822182

2183-
Isolate-EnvVars {
2183+
Invoke-IsolatingEnvVars {
21842184
# Filter known issues when testing on Windows
21852185
Load-LitTestOverrides $PSScriptRoot/windows-swift-android-lit-test-overrides.txt
21862186
$env:Path = "$(Get-CMarkBinaryCache $Arch)\src;$(Get-PinnedToolchainRuntime);${env:Path};$UnixToolsBinDir"

0 commit comments

Comments
 (0)