Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Oct 23, 2024
1 parent 593340f commit d760739
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Source/VCGeneration/Splits/ManualSplitFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ public static IEnumerable<ManualSplit> GetParts(VCGenOptions options, Implementa
return isolatedAssertions.Concat(splitParts);
}).ToList();
return resultForFocusPart;
}).Where(s => s.Asserts.Any()).Select(s => {
BlockTransformations.Optimize(s.Blocks);
return s;
}).ToList();
}).Where(s => s.Asserts.Any()).ToList();

if (result.Any())
{
Expand Down

0 comments on commit d760739

Please sign in to comment.