Skip to content

Commit

Permalink
docs: update halmos command in readme (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
rappie authored Jul 30, 2023
1 parent a9384a5 commit 48e7800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $ forge test

Once it passes, you can also perform **symbolic testing** to verify the same properties for **all possible inputs** (up to a specified limit):
```
$ halmos
$ halmos --function test
[FAIL] testTotalPriceBuggy(uint96,uint32) (paths: 6, time: 0.10s, bounds: [])
Counterexample: [p_price_uint96 = 39614081294025656978550816768, p_quantity_uint32 = 1073741824]
```
Expand Down

0 comments on commit 48e7800

Please sign in to comment.