Add and update tests

This commit is contained in:
Leonardo Alt
2020-12-17 14:42:49 +01:00
parent 7ba91cdc33
commit 50be39fc21
87 changed files with 1434 additions and 642 deletions
@@ -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.