[SMTChecker] Small refactoring of defining SMT expressions for structs/tuples

This commit is contained in:
Martin Blicha
2021-03-16 15:34:43 +01:00
parent ae1b321a2a
commit 432944d0b4
3 changed files with 38 additions and 51 deletions
@@ -10,5 +10,7 @@ contract C {
assert(h == k);
}
}
// ====
// SMTIgnoreCex: yes
// ----
// Warning 6328: (229-243): CHC: Assertion violation happens here.\nCounterexample:\n\n\nTransaction trace:\nC.constructor()\nC.f(data)\n C.fi(data, 39) -- internal call
// Warning 6328: (229-243): CHC: Assertion violation happens here.