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 @@
0
@@ -0,0 +1,22 @@
{
"language": "Solidity",
"sources":
{
"A":
{
"content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
}
},
"settings":
{
"optimizer": {
"key1": "test",
"enabled": true,
"runs": 200
},
"evmVersion": "byzantium",
"metadata": {
"useLiteralContent": true
}
}
}
@@ -0,0 +1 @@
{"errors":[{"component":"general","formattedMessage":"Unknown key \"key1\"","message":"Unknown key \"key1\"","severity":"error","type":"JSONError"}]}