changed the implementation

This commit is contained in:
Liana Husikyan 2015-04-22 17:00:22 +02:00
parent 9b956e809d
commit 5b07f11330

View File

@ -505,11 +505,8 @@ BOOST_AUTO_TEST_CASE(constructor_abi)
char const* interface = R"([ char const* interface = R"([
{ {
"constant" : false, "inputs" : [],
"inputs" : [], "type" : "constructor"
"name" : "test",
"outputs" : [],
"type" : "constructor"
} }
])"; ])";
checkInterface(sourceCode, interface); checkInterface(sourceCode, interface);