Skip to content

Commit

Permalink
revert unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomadge committed Oct 13, 2024
1 parent e426c84 commit f303d01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ procedure Procedure(y: int)

// The implicit return at the end gets a separate VC.
// first split is empty. Maybe it can be optimized away
Assert.AreEqual(5, tasks.Count);
Assert.AreEqual(4, tasks.Count);

var outcomes = new List<SolverOutcome> { SolverOutcome.Invalid, SolverOutcome.Valid, SolverOutcome.Invalid, SolverOutcome.Valid };
for (var index = 0; index < outcomes.Count; index++)
Expand Down

0 comments on commit f303d01

Please sign in to comment.