mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix unrelated test failure.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
// {
|
||||
// {
|
||||
// let y := mload(0x20)
|
||||
// for { } iszero(iszero(and(y, 8))) { if y { revert(0, 0) } }
|
||||
// for { } and(y, 8) { if y { revert(0, 0) } }
|
||||
// {
|
||||
// if y { continue }
|
||||
// sstore(1, 0)
|
||||
|
||||
Reference in New Issue
Block a user