solidity/test/cmdlineTests/model_checker_solvers_all_implicit/err

13 lines
220 B
Plaintext
Raw Normal View History

2021-05-19 15:35:19 +00:00
Warning: CHC: Assertion violation happens here.
Counterexample:
x = 0
Transaction trace:
test.constructor()
test.f(0)
--> model_checker_solvers_all_implicit/input.sol:5:3:
|
5 | assert(x > 0);
| ^^^^^^^^^^^^^