Merge pull request #10845 from ethereum/smt_z3_4-8-10

Update smtCheckerTests for z3 4.8.10
This commit is contained in:
Leonardo
2021-01-26 11:37:03 +01:00
committed by GitHub
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.