diff options
Diffstat (limited to 'test/cmdlineTests/standard_wrong_key_root/input.json')
-rw-r--r-- | test/cmdlineTests/standard_wrong_key_root/input.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/cmdlineTests/standard_wrong_key_root/input.json b/test/cmdlineTests/standard_wrong_key_root/input.json new file mode 100644 index 00000000..4689c50c --- /dev/null +++ b/test/cmdlineTests/standard_wrong_key_root/input.json @@ -0,0 +1,11 @@ +{ + "language": "Solidity", + "key1": "test", + "sources": + { + "A": + { + "content": "pragma solidity >=0.0; contract C { function f() public pure {} }" + } + } +} |