[isoltest] Replace storage command with 'storage_empty' builtin.

This commit is contained in:
Alexander Arlt
2021-04-27 16:28:37 -05:00
parent 5852972ec1
commit 1f2711b0aa
28 changed files with 79 additions and 120 deletions
@@ -14,13 +14,13 @@ contract c {
// ====
// compileViaYul: also
// ----
// storage: empty
// storageEmpty -> 1
// fill() ->
// gas irOptimized: 535098
// gas legacy: 504373
// gas legacyOptimized: 499648
// storage: nonempty
// storageEmpty -> 0
// halfClear() ->
// storage: nonempty
// storageEmpty -> 0
// fullClear() ->
// storage: empty
// storageEmpty -> 1