aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-11-16 02:41:54 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-11-18 01:23:35 +0800
commit1d6fe5c4e4b01d9ef5e1527a405ae44e79b56726 (patch)
treebdf1bada47b090baaf496a58ddd5627336873282 /test
parent7af360882e649a835619bf02ca5e63f6f6af6d9f (diff)
downloaddexon-solidity-1d6fe5c4e4b01d9ef5e1527a405ae44e79b56726.tar
dexon-solidity-1d6fe5c4e4b01d9ef5e1527a405ae44e79b56726.tar.gz
dexon-solidity-1d6fe5c4e4b01d9ef5e1527a405ae44e79b56726.tar.bz2
dexon-solidity-1d6fe5c4e4b01d9ef5e1527a405ae44e79b56726.tar.lz
dexon-solidity-1d6fe5c4e4b01d9ef5e1527a405ae44e79b56726.tar.xz
dexon-solidity-1d6fe5c4e4b01d9ef5e1527a405ae44e79b56726.tar.zst
dexon-solidity-1d6fe5c4e4b01d9ef5e1527a405ae44e79b56726.zip
Add payable to constructor ABI tests
Diffstat (limited to 'test')
-rw-r--r--test/libsolidity/SolidityABIJSON.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/libsolidity/SolidityABIJSON.cpp b/test/libsolidity/SolidityABIJSON.cpp
index 5cabb7fa..a8a39b0b 100644
--- a/test/libsolidity/SolidityABIJSON.cpp
+++ b/test/libsolidity/SolidityABIJSON.cpp
@@ -524,6 +524,7 @@ BOOST_AUTO_TEST_CASE(constructor_abi)
"type": "bool"
}
],
+ "payable": false,
"type": "constructor"
}
])";
@@ -567,6 +568,7 @@ BOOST_AUTO_TEST_CASE(return_param_in_abi)
"type": "uint8"
}
],
+ "payable": false,
"type": "constructor"
}
]