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:
@@ -7,6 +7,6 @@ contract c {
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// (): 7 ->
|
||||
// storage: nonempty
|
||||
// storageEmpty -> 0
|
||||
// del(): 7 -> true
|
||||
// storage: empty
|
||||
// storageEmpty -> 1
|
||||
|
||||
Reference in New Issue
Block a user