Skip to content

Commit af61ace

Browse files
Adopt new name for Isolate-EnvVars function in build.ps1
1 parent 51897d4 commit af61ace

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
@@ -2201,7 +2201,7 @@ function Test-Runtime([Platform]$Platform, $Arch) {
22012201
throw "LIT test utilities not found in $CompilersBinaryCache\bin"
22022202
}
22032203

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

0 commit comments

Comments
 (0)