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 9341f36 commit 41d370aCopy full SHA for 41d370a
utils/build-windows-toolchain.bat
@@ -62,7 +62,7 @@ set TMPDIR=%BuildRoot%\tmp
62
set NINJA_STATUS=[%%f/%%t][%%p][%%es]
63
64
:: Build the -Test argument, if any, by subtracting skipped tests
65
-set TestArg=-Test lld,lldb,swift,dispatch,foundation,xctest,swift-format,sourcekit-lsp,
+set TestArg=-Test lld,swift,dispatch,foundation,xctest,swift-format,sourcekit-lsp,
66
for %%I in (%SKIP_TESTS%) do (call set TestArg=%%TestArg:%%I,=%%)
67
if "%TestArg:~-1%"=="," (set TestArg=%TestArg:~0,-1%) else (set TestArg= )
68
0 commit comments