Skip to content

Commit

Permalink
update test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Sep 13, 2024
1 parent 1dac299 commit 88e83ed
Show file tree
Hide file tree
Showing 15 changed files with 3,042 additions and 3,042 deletions.
16 changes: 8 additions & 8 deletions test/regression/arithmetic.ref
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@
i256_2 |-> var ( 7 , uint8 )
</env>
<store>
0 |-> 2p8
1 |-> 4p8
2 |-> 2p8
3 |-> 4p8
4 |-> 2p8
5 |-> 4p8
6 |-> 2p8
7 |-> 4p8
ListItem ( 2p8 )
ListItem ( 4p8 )
ListItem ( 2p8 )
ListItem ( 4p8 )
ListItem ( 2p8 )
ListItem ( 4p8 )
ListItem ( 2p8 )
ListItem ( 4p8 )
</store>
<call-stack>
.List
Expand Down
2 changes: 1 addition & 1 deletion test/regression/arraystestcontract.ref
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
.Map
</env>
<store>
.Map
.List
</store>
<call-stack>
.List
Expand Down
4 changes: 2 additions & 2 deletions test/regression/block.ref
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
x |-> var ( 0 , bool )
</env>
<store>
0 |-> false
1 |-> true
ListItem ( false )
ListItem ( true )
</store>
<call-stack>
.List
Expand Down
2 changes: 1 addition & 1 deletion test/regression/boolean.ref
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
x |-> var ( 0 , bool )
</env>
<store>
0 |-> false
ListItem ( false )
</store>
<call-stack>
.List
Expand Down
6 changes: 3 additions & 3 deletions test/regression/contract.ref
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@
_weth |-> var ( 0 , address )
</env>
<store>
0 |-> 2p160
1 |-> 3p160
2 |-> 4p160
ListItem ( 2p160 )
ListItem ( 3p160 )
ListItem ( 4p160 )
</store>
<call-stack>
.List
Expand Down
2 changes: 1 addition & 1 deletion test/regression/emit.ref
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
.Map
</env>
<store>
.Map
.List
</store>
<call-stack>
.List
Expand Down
2 changes: 1 addition & 1 deletion test/regression/eventtestcontract.ref
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
.Map
</env>
<store>
.Map
.List
</store>
<call-stack>
.List
Expand Down
6 changes: 3 additions & 3 deletions test/regression/for.ref
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
y |-> var ( 1 , uint256 )
</env>
<store>
0 |-> 5p256
1 |-> 20p256
2 |-> 10p256
ListItem ( 5p256 )
ListItem ( 20p256 )
ListItem ( 10p256 )
</store>
<call-stack>
.List
Expand Down
2 changes: 1 addition & 1 deletion test/regression/function.ref
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@
.Map
</env>
<store>
.Map
.List
</store>
<call-stack>
.List
Expand Down
4 changes: 2 additions & 2 deletions test/regression/if.ref
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
y |-> var ( 1 , bool )
</env>
<store>
0 |-> false
1 |-> true
ListItem ( false )
ListItem ( true )
</store>
<call-stack>
.List
Expand Down
2 changes: 1 addition & 1 deletion test/regression/increment.ref
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
x |-> var ( 0 , uint256 )
</env>
<store>
0 |-> 0p256
ListItem ( 0p256 )
</store>
<call-stack>
.List
Expand Down
2 changes: 1 addition & 1 deletion test/regression/mapstestcontract.ref
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
.Map
</env>
<store>
.Map
.List
</store>
<call-stack>
.List
Expand Down
Loading

0 comments on commit 88e83ed

Please sign in to comment.