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_only_ast_requested/input.json | |
parent | 6e626ad95502549d6b156c3b294990a450c590e1 (diff) | |
download | dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar.gz dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar.bz2 dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar.lz dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar.xz dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.tar.zst dexon-solidity-d2105be57d62e5113a086b555a747ac7b4601b41.zip |
Move actual test files.
Diffstat (limited to 'test/cmdlineTests/standard_only_ast_requested/input.json')
-rw-r--r-- | test/cmdlineTests/standard_only_ast_requested/input.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/cmdlineTests/standard_only_ast_requested/input.json b/test/cmdlineTests/standard_only_ast_requested/input.json new file mode 100644 index 00000000..7abd6da5 --- /dev/null +++ b/test/cmdlineTests/standard_only_ast_requested/input.json @@ -0,0 +1,17 @@ +{ + "language": "Solidity", + "sources": + { + "A": + { + "content": "pragma solidity >=0.0; contract C { function f() public pure {} }" + } + }, + "settings": + { + "outputSelection": + { + "*": { "": ["ast"] } + } + } +} |