Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making `fail()` virtual allows us to easily plug in other frameworks. This can be useful if we want to change the behavior for an `assert(False)` statement, which would allow us to easily adapt a given test-setup for use with Echidna or the SMTChecker for formal verification.
- Loading branch information