aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineTests/standard_only_ast_requested/input.json
diff options
context:
space:
mode:
authorandrolo <androlo1980@gmail.com>2018-12-19 03:48:56 +0800
committerchriseth <chris@ethereum.org>2019-01-07 22:05:54 +0800
commitd2105be57d62e5113a086b555a747ac7b4601b41 (patch)
treed377350dbdde93d3512261b97f6a8a70eacc0900 /test/cmdlineTests/standard_only_ast_requested/input.json
parent6e626ad95502549d6b156c3b294990a450c590e1 (diff)
downloaddexon-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.json17
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"] }
+ }
+ }
+}