aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-10-09 05:07:10 +0800
committerchriseth <chris@ethereum.org>2018-10-09 05:07:10 +0800
commit2fcbe74db00d12dce7133e39fd92b9d0a3b33ef4 (patch)
tree7b55959fddefaa445c87d7b7335f18651f18384e /test
parentede937999c5273aa6a11732991ef7cefdf70f21d (diff)
downloaddexon-solidity-2fcbe74db00d12dce7133e39fd92b9d0a3b33ef4.tar
dexon-solidity-2fcbe74db00d12dce7133e39fd92b9d0a3b33ef4.tar.gz
dexon-solidity-2fcbe74db00d12dce7133e39fd92b9d0a3b33ef4.tar.bz2
dexon-solidity-2fcbe74db00d12dce7133e39fd92b9d0a3b33ef4.tar.lz
dexon-solidity-2fcbe74db00d12dce7133e39fd92b9d0a3b33ef4.tar.xz
dexon-solidity-2fcbe74db00d12dce7133e39fd92b9d0a3b33ef4.tar.zst
dexon-solidity-2fcbe74db00d12dce7133e39fd92b9d0a3b33ef4.zip
Fix ast json test for function kind.
Diffstat (limited to 'test')
-rw-r--r--test/libsolidity/ASTJSON/address_payable.json2
-rw-r--r--test/libsolidity/ASTJSON/address_payable_legacy.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/libsolidity/ASTJSON/address_payable.json b/test/libsolidity/ASTJSON/address_payable.json
index 42ad33e5..0f30e8e8 100644
--- a/test/libsolidity/ASTJSON/address_payable.json
+++ b/test/libsolidity/ASTJSON/address_payable.json
@@ -463,7 +463,7 @@
"documentation" : null,
"id" : 36,
"implemented" : true,
- "isConstructor" : false,
+ "kind" : "function",
"modifiers" : [],
"name" : "f",
"nodeType" : "FunctionDefinition",
diff --git a/test/libsolidity/ASTJSON/address_payable_legacy.json b/test/libsolidity/ASTJSON/address_payable_legacy.json
index 11a634c3..dd8a5582 100644
--- a/test/libsolidity/ASTJSON/address_payable_legacy.json
+++ b/test/libsolidity/ASTJSON/address_payable_legacy.json
@@ -93,6 +93,7 @@
"documentation" : null,
"implemented" : true,
"isConstructor" : false,
+ "kind" : "function",
"modifiers" :
[
null