solidity/test/cmdlineTests/model_checker_targets_assert_chc/err
2021-04-08 21:03:39 +02:00

15 lines
256 B
Plaintext

Warning: CHC: Assertion violation happens here.
Counterexample:
arr = []
a = 0
x = 0
Transaction trace:
test.constructor()
State: arr = []
test.f(0, 1)
--> model_checker_targets_assert_chc/input.sol:11:3:
|
11 | assert(x > 0);
| ^^^^^^^^^^^^^