From 1bf396af78766cb7d61c0ea3d52915231b3407ed Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 18 Dec 2018 18:46:03 +0100 Subject: Tests. --- .../standard_methodIdentifiersRequested.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/cmdlineTests/standard_methodIdentifiersRequested.json (limited to 'test/cmdlineTests/standard_methodIdentifiersRequested.json') diff --git a/test/cmdlineTests/standard_methodIdentifiersRequested.json b/test/cmdlineTests/standard_methodIdentifiersRequested.json new file mode 100644 index 00000000..79a3c75d --- /dev/null +++ b/test/cmdlineTests/standard_methodIdentifiersRequested.json @@ -0,0 +1,17 @@ +{ + "language": "Solidity", + "sources": + { + "A": + { + "content": "pragma solidity >=0.0; contract C { function f() public pure {} }" + } + }, + "settings": + { + "outputSelection": + { + "*": { "*": ["evm.methodIdentifiers"] } + } + } +} -- cgit