Update smtCheckerTests for z3 4.8.10

This commit is contained in:
Leonardo Alt
2021-01-26 10:18:52 +01:00
parent de0a3b989d
commit 40221a90c4
5 changed files with 26 additions and 18 deletions
@@ -12,5 +12,7 @@ contract C {
assert(s.a[1] == s.a[0]);
}
}
// ====
// SMTIgnoreCex: yes
// ----
// Warning 6328: (148-172): CHC: Assertion violation happens here.\nCounterexample:\ns = {x: 7720, a: []}\n_x = 7720\n\nTransaction trace:\nC.constructor()\nState: s = {x: 0, a: []}\nC.f(7720)
// Warning 6328: (148-172): CHC: Assertion violation happens here.