update smt tests z3 4.8.16

This commit is contained in:
Leo Alt
2022-05-03 14:23:27 +02:00
parent 3e3e73e380
commit 4fd7de36f1
38 changed files with 191 additions and 146 deletions
@@ -10,4 +10,4 @@ contract C {
// ====
// SMTEngine: all
// ----
// Warning 4984: (96-101): CHC: Overflow (resulting value larger than 65535) happens here.\nCounterexample:\n\na = 1\nb = 65535\n = 0\n\nTransaction trace:\nC.constructor()\nC.add(1, 65535)
// Warning 4984: (96-101): CHC: Overflow (resulting value larger than 65535) happens here.\nCounterexample:\n\na = 65535\nb = 1\n = 0\n\nTransaction trace:\nC.constructor()\nC.add(65535, 1)