mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add local vars to cex
This commit is contained in:
@@ -21,8 +21,10 @@ contract C {
|
||||
assert(i == 7); // should hold, not changed by the assembly
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// SMTIgnoreCex: yes
|
||||
// ----
|
||||
// Warning 7737: (189-220): Inline assembly may cause SMTChecker to produce spurious warnings (false positives).
|
||||
// Warning 6328: (223-241): CHC: Assertion violation happens here.\nCounterexample:\ns = {x: 42}\n\nTransaction trace:\nC.constructor()\nState: s = {x: 0}\nC.f()
|
||||
// Warning 6328: (260-277): CHC: Assertion violation happens here.\nCounterexample:\ns = {x: 42}\n\nTransaction trace:\nC.constructor()\nState: s = {x: 0}\nC.f()
|
||||
// Warning 6328: (223-241): CHC: Assertion violation happens here.
|
||||
// Warning 6328: (260-277): CHC: Assertion violation happens here.
|
||||
// Warning 7737: (189-220): Inline assembly may cause SMTChecker to produce spurious warnings (false positives).
|
||||
|
||||
Reference in New Issue
Block a user