Add contract name to called function in cex

This commit is contained in:
Leonardo Alt
2021-01-04 10:03:16 +01:00
parent 0e32fa8209
commit b02722ebda
398 changed files with 583 additions and 581 deletions
@@ -11,4 +11,4 @@ contract C {
// ====
// SMTSolvers: z3
// ----
// Warning 6328: (167-181): CHC: Assertion violation happens here.\nCounterexample:\n\nx = 10\n\n\nTransaction trace:\nconstructor()\nf(10)
// Warning 6328: (167-181): CHC: Assertion violation happens here.\nCounterexample:\n\nx = 10\n\n\nTransaction trace:\nC.constructor()\nC.f(10)