mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
changed the implementation
This commit is contained in:
parent
9b956e809d
commit
5b07f11330
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user