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