mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update tests.
This commit is contained in:
@@ -8,11 +8,14 @@ contract c {
|
||||
function clear() public { delete data; }
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// storage: empty
|
||||
// fill() ->
|
||||
// gas irOptimized: 423997
|
||||
// gas legacy: 429460
|
||||
// gas legacyOptimized: 425520
|
||||
// storage: nonempty
|
||||
// clear() ->
|
||||
// storage: empty
|
||||
|
||||
Reference in New Issue
Block a user