mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
regenerating tests expectation
This commit is contained in:
@@ -1 +1,49 @@
|
||||
{"contracts":{"fileA":{"A":{"storageLayout":{"storage":[{"astId":4,"contract":"fileA:A","label":"s1","offset":0,"slot":"0","type":"t_bytes_storage"},{"astId":6,"contract":"fileA:A","label":"s2","offset":0,"slot":"1","type":"t_bytes_storage"}],"types":{"t_bytes_storage":{"encoding":"bytes","label":"bytes","numberOfBytes":"32"}}}}}},"sources":{"fileA":{"id":0}}}
|
||||
{
|
||||
"contracts":
|
||||
{
|
||||
"fileA":
|
||||
{
|
||||
"A":
|
||||
{
|
||||
"storageLayout":
|
||||
{
|
||||
"storage":
|
||||
[
|
||||
{
|
||||
"astId": 4,
|
||||
"contract": "fileA:A",
|
||||
"label": "s1",
|
||||
"offset": 0,
|
||||
"slot": "0",
|
||||
"type": "t_bytes_storage"
|
||||
},
|
||||
{
|
||||
"astId": 6,
|
||||
"contract": "fileA:A",
|
||||
"label": "s2",
|
||||
"offset": 0,
|
||||
"slot": "1",
|
||||
"type": "t_bytes_storage"
|
||||
}
|
||||
],
|
||||
"types":
|
||||
{
|
||||
"t_bytes_storage":
|
||||
{
|
||||
"encoding": "bytes",
|
||||
"label": "bytes",
|
||||
"numberOfBytes": "32"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sources":
|
||||
{
|
||||
"fileA":
|
||||
{
|
||||
"id": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user