solidity/test/cmdlineTests/model_checker_solvers_z3/err
2021-07-27 17:14:21 +02:00

13 lines
210 B
Plaintext

Warning: CHC: Assertion violation happens here.
Counterexample:
x = 0
Transaction trace:
test.constructor()
test.f(0)
--> model_checker_solvers_z3/input.sol:5:3:
|
5 | assert(x > 0);
| ^^^^^^^^^^^^^