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,22 @@
{
"language": "Solidity",
"sources":
{
"A":
{
"content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
}
},
"settings":
{
"optimizer": {
"enabled": true,
"runs": 200
},
"evmVersion": "byzantium",
"metadata": {
"useLiteralContent": true
},
"key1": "test"
}
}