changed the implementation

This commit is contained in:
Liana Husikyan
2015-04-27 13:08:32 +02:00
parent 9b956e809d
commit 5b07f11330
+2 -5
View File
@@ -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);