Update old tests

This commit is contained in:
Leonardo Alt
2021-04-08 21:03:39 +02:00
parent d617ef461e
commit 0a4afa71bd
1036 changed files with 3950 additions and 3904 deletions
@@ -1,4 +1,3 @@
pragma experimental SMTChecker;
// Check that condition is not assumed after the body anymore
contract C {
function f(uint x) public pure {
@@ -8,7 +7,8 @@ contract C {
}
}
// ====
// SMTSolvers: z3
// SMTEngine: all
// SMTIgnoreCex: yes
// SMTSolvers: z3
// ----
// Warning 6328: (187-201): CHC: Assertion violation happens here.
// Warning 6328: (155-169): CHC: Assertion violation happens here.