Skip to content

Commit

Permalink
update tests/expected/simple.json
Browse files Browse the repository at this point in the history
forgot to run

    halmos --root examples/simple --minimal-json-output --json-output tests/expected/simple.json
  • Loading branch information
0xkarmacoma committed Feb 13, 2025
1 parent a6456f1 commit f922cad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/expected/simple.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"exitcode": 1,
"test_results": {
"test/BadElections.t.sol:BadElectionsTest": [
{
"name": "check_canFindCompactSignatureFromOriginal(uint256,bool,address)",
"exitcode": 1,
"num_models": 1,
"models": null,
"num_paths": null,
"time": null,
"num_bounded_loops": null
},
{
"name": "check_canNotVoteTwice(uint256)",
"exitcode": 1,
Expand Down

0 comments on commit f922cad

Please sign in to comment.