aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity
diff options
context:
space:
mode:
authorLiana Husikyan <liana@ethdev.com>2015-04-22 23:00:22 +0800
committerLiana Husikyan <liana@ethdev.com>2015-04-27 19:08:32 +0800
commit5b07f1133029e04c6db8510d80634d606e9d0e8e (patch)
tree246e592f53a700cade8b8a4ffec849cf57392e05 /libsolidity
parent9b956e809df8b84ce9ecfe866fe14473f4bbeece (diff)
downloaddexon-solidity-5b07f1133029e04c6db8510d80634d606e9d0e8e.tar.gz
dexon-solidity-5b07f1133029e04c6db8510d80634d606e9d0e8e.tar.zst
dexon-solidity-5b07f1133029e04c6db8510d80634d606e9d0e8e.zip
changed the implementation
Diffstat (limited to 'libsolidity')
-rw-r--r--libsolidity/SolidityABIJSON.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/libsolidity/SolidityABIJSON.cpp b/libsolidity/SolidityABIJSON.cpp
index de2af1d2..f9ecb7d9 100644
--- a/libsolidity/SolidityABIJSON.cpp
+++ b/libsolidity/SolidityABIJSON.cpp
@@ -505,11 +505,8 @@ BOOST_AUTO_TEST_CASE(constructor_abi)
char const* interface = R"([
{
- "constant" : false,
- "inputs" : [],
- "name" : "test",
- "outputs" : [],
- "type" : "constructor"
+ "inputs" : [],
+ "type" : "constructor"
}
])";
checkInterface(sourceCode, interface);