solidity/test/cmdlineTests/model_checker_engine_all/err

13 lines
210 B
Plaintext
Raw Normal View History

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