Update existing tests

This commit is contained in:
Leo Alt
2021-08-25 21:10:08 +02:00
parent 563469ac33
commit 85378b1770
68 changed files with 177 additions and 95 deletions
@@ -17,4 +17,4 @@ contract C {
// SMTEngine: all
// ----
// Warning 6328: (143-190): CHC: Assertion violation happens here.\nCounterexample:\narray2d = [[]]\nlength = 0\nlength2 = 0\n\nTransaction trace:\nC.constructor()\nState: array2d = []\nC.s()
// Warning 6328: (363-408): CHC: Assertion violation happens here.\nCounterexample:\narray2d = [[], [0]]\nlength = 2\nlength2 = 1\n\nTransaction trace:\nC.constructor()\nState: array2d = []\nC.s()
// Warning 6328: (363-408): CHC: Assertion violation happens here.