mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix SMTChecker tests in 060
This commit is contained in:
@@ -17,7 +17,7 @@ contract B is A {
|
||||
uint y;
|
||||
|
||||
receive () external payable override {
|
||||
assert(x == 0);
|
||||
assert(x == 1);
|
||||
}
|
||||
}
|
||||
// ----
|
||||
|
||||
Reference in New Issue
Block a user