Merge pull request #7359 from ethereum/fixABIJsonTest

Fix test wrt changed json ABI sorting.
This commit is contained in:
chriseth 2019-09-05 13:51:35 +02:00 committed by GitHub
commit 4bb86caab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",