mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix test wrt changed json ABI sorting.
This commit is contained in:
parent
fd687f50ff
commit
9bcaeef39f
@ -25,7 +25,7 @@ contract C {
|
||||
// "type": "tuple"
|
||||
// }
|
||||
// ],
|
||||
// "name": "g",
|
||||
// "name": "f",
|
||||
// "outputs": [],
|
||||
// "payable": false,
|
||||
// "stateMutability": "view",
|
||||
@ -49,7 +49,7 @@ contract C {
|
||||
// "type": "tuple"
|
||||
// }
|
||||
// ],
|
||||
// "name": "f",
|
||||
// "name": "g",
|
||||
// "outputs": [],
|
||||
// "payable": false,
|
||||
// "stateMutability": "view",
|
||||
|
Loading…
Reference in New Issue
Block a user