Skip to content

Commit

Permalink
Fix oops
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Jan 24, 2025
1 parent f8e5b87 commit 1b1e48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DafnyDriver/CliCompilation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public async IAsyncEnumerable<CanVerifyResult> VerifyAllLazily(int? randomSeed =
canVerifyResult.CompletedParts.Enqueue((boogieUpdate.VerificationTask, completed));
var completedPartsCount = Interlocked.Increment(ref canVerifyResult.CompletedCount);

if (Options.Get(CommonOptionBag.ProgressOption) == CommonOptionBag.ProgressLevel.VerificationJobs) {
if (Options.Get(CommonOptionBag.ProgressOption) == CommonOptionBag.ProgressLevel.Batch) {
var partOrigin = boogieUpdate.VerificationTask.Split.Token;

var wellFormedness = boogieUpdate.VerificationTask.Split.Implementation.Name.Contains("CheckWellFormed$");
Expand Down

0 comments on commit 1b1e48b

Please sign in to comment.