diff options
author | androlo <androlo1980@gmail.com> | 2018-12-19 03:48:56 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2019-01-07 22:05:54 +0800 |
commit | d2105be57d62e5113a086b555a747ac7b4601b41 (patch) | |
tree | d377350dbdde93d3512261b97f6a8a70eacc0900 /test/cmdlineTests/standard_wrong_key_root.json | |
parent | 6e626ad95502549d6b156c3b294990a450c590e1 (diff) | |
download | dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar.gz dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar.zst dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.zip |
Move actual test files.
Diffstat (limited to 'test/cmdlineTests/standard_wrong_key_root.json')
-rw-r--r-- | test/cmdlineTests/standard_wrong_key_root.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/cmdlineTests/standard_wrong_key_root.json b/test/cmdlineTests/standard_wrong_key_root.json deleted file mode 100644 index 4689c50c..00000000 --- a/test/cmdlineTests/standard_wrong_key_root.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "language": "Solidity", - "key1": "test", - "sources": - { - "A": - { - "content": "pragma solidity >=0.0; contract C { function f() public pure {} }" - } - } -} |