File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
fsharpqa/Source/Diagnostics/General Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if ERRORLEVEL 1 goto Error
2222" %FSC% " %fsc_flags% --optimize --target:library -o:lib--optimize.dll -g lib.fs lib2.fs
2323if ERRORLEVEL 1 goto Error
2424
25- " %FSC% " %fsc_flags% --optimize --target:library -o:lib3--optimize.dll -r lib-optimize.dll -g lib3.fs
25+ " %FSC% " %fsc_flags% --optimize --target:library -o:lib3--optimize.dll -r: lib- -optimize.dll -g lib3.fs
2626if ERRORLEVEL 1 goto Error
2727
2828" %FSC% " %fsc_flags% --optimize -o:test--optimize.exe -g test.fs -r:lib--optimize.dll -r:lib3--optimize.dll
Original file line number Diff line number Diff line change @@ -127,5 +127,5 @@ ReqPP SOURCE=W_WebExtensionsNotInPowerPack01.fs SCFLAGS="--test:ErrorRanges -r:F
127127 SOURCE=W_NullArgRedundantArgs.fs SCFLAGS="--test:ErrorRanges -a" # W_NullArgRedundantArgs.fs
128128 SOURCE=W_InvalidOpRedundantArgs.fs SCFLAGS="--test:ErrorRanges -a" # W_InvalidOpRedundantArgs.fs
129129
130- SOURCE=W_LowercaseLiteralIgnored.fs SCFLAGS="--test:ErrorRanges" # W_LowercaseLiteralIgnored.fs
130+ SOURCE=W_LowercaseLiteralIgnored.fs SCFLAGS="--test:ErrorRanges" # W_LowercaseLiteralIgnored.fs
131131 SOURCE=W_LowercaseLiteralNotIgnored.fs SCFLAGS="--test:ErrorRanges" # W_LowercaseLiteralNotIgnored.fs
You can’t perform that action at this time.
0 commit comments