mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove empty settings.
This commit is contained in:
@@ -8,7 +8,6 @@ contract Test {
|
||||
function nested() public returns (uint[3][] memory) { stat(); }
|
||||
function nestedStat() public returns (uint[3][7] memory) { stat(); }
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// stat() -> 0, 0, 0, 0, 0
|
||||
// dyn() -> 0x20, 0
|
||||
|
||||
@@ -24,6 +24,5 @@ contract C {
|
||||
return x;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// f() -> 0x0500, 0x0500, 0x0a00
|
||||
|
||||
@@ -17,7 +17,6 @@ contract C {
|
||||
return memorySizeAfter - memorySizeBefore;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// withValue() -> 0x00
|
||||
// withoutValue() -> 0x0280
|
||||
|
||||
Reference in New Issue
Block a user