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:
parent
7d1b0c6023
commit
025a696bb0
@ -129,7 +129,7 @@ public:
|
|||||||
/// signature: (array, value)
|
/// signature: (array, value)
|
||||||
std::string storageArrayPushFunction(ArrayType const& _type);
|
std::string storageArrayPushFunction(ArrayType const& _type);
|
||||||
|
|
||||||
/// @returns the name of a function that pushes the base type's zero element to a storage array
|
/// @returns the name of a function that pushes the base type's zero element to a storage array and returns storage slot and offset of the added element.
|
||||||
/// signature: (array) -> slot, offset
|
/// signature: (array) -> slot, offset
|
||||||
std::string storageArrayPushZeroFunction(ArrayType const& _type);
|
std::string storageArrayPushZeroFunction(ArrayType const& _type);
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
// {
|
// {
|
||||||
// {
|
// {
|
||||||
// let y := mload(0x20)
|
// 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 }
|
// if y { continue }
|
||||||
// sstore(1, 0)
|
// sstore(1, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user