Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hevm: fix prove tests for latest ds-test
Since dapphub/ds-test#30 calls to `failed()` can contain reverting branches due to the call into abi.decode(). This meant that using prove tests with the latest ds-test version would always fail with a hard error. This change updates the symbolic test stepper to correctly report `bailed` as true for branches that reverted during the call to `failed()`.
- Loading branch information