mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add and update tests
This commit is contained in:
@@ -11,5 +11,7 @@ contract C
|
||||
assert(array[p] < 90);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// SMTIgnoreCex: yes
|
||||
// ----
|
||||
// Warning 6328: (191-212): CHC: Assertion violation happens here.\nCounterexample:\narray = []\nx = 90\np = 0\n\n\nTransaction trace:\nconstructor()\nState: array = []\nf(90, 0)
|
||||
// Warning 6328: (191-212): CHC: Assertion violation happens here.
|
||||
|
||||
Reference in New Issue
Block a user