Skip to content

Commit

Permalink
Uri/update mutations to v7 (#33)
Browse files Browse the repository at this point in the history
* updated mutation conf to v7

* deleting old .mconf file
  • Loading branch information
urikirsh authored Mar 21, 2024
1 parent 6ecd605 commit 0598970
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
9 changes: 7 additions & 2 deletions lesson4_invariants/simple_voting/Voting.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"files": [
"Voting.sol:Voting"
"Voting.sol"
],
"verify": "Voting:Voting.spec",
"wait_for_results": "all",
"rule_sanity": "basic",
"msg": "A simple invariant example"
"msg": "A simple invariant example",
"mutations": {
"gambit": {
"filename": "Voting.sol"
}
}
}
5 changes: 0 additions & 5 deletions lesson4_invariants/simple_voting/mutate.mconf

This file was deleted.

0 comments on commit 0598970

Please sign in to comment.