Skip to content

Commit

Permalink
Fix bench
Browse files Browse the repository at this point in the history
  • Loading branch information
arcz committed Sep 15, 2024
1 parent 658a4cd commit 8b0f2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/bench.hs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runBCTest x =
result <- Stepper.interpret (Fetch.zero 0 Nothing) vm0 Stepper.runFully
writeTrace vm0

maybeReason <- BCTests.checkExpectation False x result
maybeReason <- BCTests.checkExpectation x result
pure $ isNothing maybeReason


Expand Down

0 comments on commit 8b0f2dd

Please sign in to comment.