Skip to content

Commit

Permalink
Update cmdline tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mijovic committed Apr 21, 2021
1 parent 9fcf169 commit d037444
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/cmdlineTests/name_simplifier/output
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ object "C_59" {
}
function storage_array_index_access_struct_S_1252() -> slot, offset
{
if iszero(lt(slot, 0x02)) { panic_error_0x32() }
slot := add(slot, slot)
if iszero(lt(offset, 0x02)) { panic_error_0x32() }
slot := add(offset, offset)
offset := offset
}
function storage_array_index_access_struct_S() -> slot, offset
{
if iszero(lt(slot, 0x02)) { panic_error_0x32() }
slot := add(0x02, slot)
if iszero(lt(offset, 0x02)) { panic_error_0x32() }
slot := add(0x02, offset)
offset := offset
}
}
Expand Down

0 comments on commit d037444

Please sign in to comment.