aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineTests/standard_wrong_key_source.json
blob: d8a8aa16f03bb1567aab0307bd94ce4861c5a6ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "language": "Solidity",
    "sources":
    {
        "A":
        {
            "key1": "test",
            "content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
        }
    }
}