From bdd86cb39c30fb129b6f429af7a3d4999473f3de Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Mon, 6 Aug 2018 11:17:21 +0200 Subject: Update tests. --- test/libsolidity/ASTJSON/non_utf8_legacy.json | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/libsolidity/ASTJSON/non_utf8_legacy.json') diff --git a/test/libsolidity/ASTJSON/non_utf8_legacy.json b/test/libsolidity/ASTJSON/non_utf8_legacy.json index d83d2d97..b1f847f7 100644 --- a/test/libsolidity/ASTJSON/non_utf8_legacy.json +++ b/test/libsolidity/ASTJSON/non_utf8_legacy.json @@ -38,7 +38,6 @@ { "attributes" : { - "constant" : false, "documentation" : null, "implemented" : true, "isConstructor" : false, @@ -47,7 +46,6 @@ null ], "name" : "f", - "payable" : false, "scope" : 8, "stateMutability" : "nonpayable", "superFunction" : null, -- cgit