Skip to content

Commit e7c8dc6

Browse files
committed
utils: remove extraneous parameter (NFC)
The callee does not take any parameters, remove the extra leftover parameter.
1 parent 2f30161 commit e7c8dc6

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
@@ -3293,7 +3293,7 @@ if (-not $IsCrossCompiling) {
32933293
Build-Testing Windows $HostArch -Test
32943294
}
32953295
if ($Test -contains "llbuild") { Build-LLBuild $HostArch -Test }
3296-
if ($Test -contains "swiftpm") { Test-PackageManager $HostArch }
3296+
if ($Test -contains "swiftpm") { Test-PackageManager }
32973297
if ($Test -contains "swift-format") { Test-Format }
32983298
if ($Test -contains "sourcekit-lsp") { Test-SourceKitLSP }
32993299

0 commit comments

Comments
 (0)