Skip to content

Commit 5942d19

Browse files
dsymebaronfel
authored andcommitted
Document baseline update and allow tests to run in debug mode without assert (#8149)
* document baseline update and allow tests to run in debug mode without assert * Update DEVGUIDE.md * Update DEVGUIDE.md * Update readme.md
1 parent 35db9e7 commit 5942d19

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/fsharp/IlxGen.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5089,7 +5089,6 @@ and GenDecisionTreeSwitch cenv cgbuf inplabOpt stackAtTargets eenv e cases defau
50895089
| _ -> error(InternalError("these matches should never be needed", switchm))
50905090

50915091
and GenDecisionTreeCases cenv cgbuf stackAtTargets eenv defaultTargetOpt targets repeatSP targetInfos sequel caseLabels cases (contf: Zmap<_,_> -> FakeUnit) =
5092-
assert(cgbuf.GetCurrentStack() = stackAtTargets) // cgbuf stack should be unchanged over tests. [bug://1750].
50935092

50945093
match defaultTargetOpt with
50955094
| Some defaultTarget ->

0 commit comments

Comments
 (0)