solidity/test/cmdlineTests/standard_binaries_requested/input.json

18 lines
231 B
JSON
Raw Normal View History

2018-12-18 17:46:03 +00:00
{
"language": "Solidity",
"sources":
{
"A":
{
"content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
}
},
"settings":
{
"outputSelection":
{
"*": { "*": ["evm.gasEstimates"] }
}
}
}