mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #7359 from ethereum/fixABIJsonTest
Fix test wrt changed json ABI sorting.
This commit is contained in:
commit
4bb86caab3
@ -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