From 9bcaeef39f62270497127814662a7198fca3cf27 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Thu, 5 Sep 2019 13:39:08 +0200 Subject: [PATCH] Fix test wrt changed json ABI sorting. --- test/libsolidity/ABIJson/global_struct.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/libsolidity/ABIJson/global_struct.sol b/test/libsolidity/ABIJson/global_struct.sol index 74c8fba64..71ce17c40 100644 --- a/test/libsolidity/ABIJson/global_struct.sol +++ b/test/libsolidity/ABIJson/global_struct.sol @@ -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",