Fix SMTChecker tests in 060

This commit is contained in:
Leonardo Alt
2019-12-03 21:44:10 +01:00
parent f2790cc5e0
commit d6e8ca4c54
14 changed files with 43 additions and 43 deletions
@@ -17,7 +17,7 @@ contract B is A {
uint y;
receive () external payable override {
assert(x == 0);
assert(x == 1);
}
}
// ----