mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[isoltest] Replace storage command with 'storage_empty' builtin.
This commit is contained in:
@@ -23,16 +23,16 @@ contract c {
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// storage: empty
|
||||
// storageEmpty -> 1
|
||||
// set(uint256,bytes,uint256): 12, 0x60, 13, 33, "12345678901234567890123456789012", "3" -> true
|
||||
// gas irOptimized: 124227
|
||||
// gas legacy: 124736
|
||||
// gas legacyOptimized: 124179
|
||||
// test(uint256): 32 -> "3"
|
||||
// storage: nonempty
|
||||
// storageEmpty -> 0
|
||||
// copy() -> true
|
||||
// storage: empty
|
||||
// storageEmpty -> 1
|
||||
// set(uint256,bytes,uint256): 12, 0x60, 13, 33, "12345678901234567890123456789012", "3" -> true
|
||||
// storage: nonempty
|
||||
// storageEmpty -> 0
|
||||
// del() -> true
|
||||
// storage: empty
|
||||
// storageEmpty -> 1
|
||||
|
||||
Reference in New Issue
Block a user