Skip to content

Commit 4cbf88b

Browse files
committed
update baselines
1 parent 09daf88 commit 4cbf88b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+949
-5283
lines changed

tests/fsharpqa/Source/CodeGen/EmittedIL/CompareIL.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REM == %1 --> assembly
22

33
ildasm /TEXT /LINENUM /NOBAR "%~nx1" >"%~n1.il"
4-
IF %ERRORLEVEL% NEQ 0 exit 1
4+
IF %ERRORLEVEL% NEQ 0 exit /b 1
55

66
echo %~dp0..\..\..\testenv\bin\ILComparer.exe "%~n1.il.bsl" "%~n1.il"
77
%~dp0..\..\..\testenv\bin\ILComparer.exe "%~n1.il.bsl" "%~n1.il"

0 commit comments

Comments
 (0)