Move actual test files.

This commit is contained in:
androlo
2019-01-07 15:05:54 +01:00
committed by chriseth
parent 6e626ad955
commit d2105be57d
100 changed files with 23 additions and 23 deletions
@@ -0,0 +1,17 @@
{
"language": "Solidity",
"sources":
{
"A":
{
"content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
}
},
"settings":
{
"outputSelection":
{
"*": { "*": ["evm.methodIdentifiers"] }
}
}
}
@@ -0,0 +1 @@
{"contracts":{"A":{"C":{"evm":{"methodIdentifiers":{"f()":"26121ff0"}}}}},"sources":{"A":{"id":0}}}