diff options
author | Christian <c@ethdev.com> | 2014-12-08 19:07:17 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-12-08 19:07:17 +0800 |
commit | 3bc5e142dd3626426ff17e91494b68a431a6c74c (patch) | |
tree | 38f5a7239e233cb0819aafbd393277d3f3b1103d /solidityJSONInterfaceTest.cpp | |
parent | 863539959717a89690cb51b1a0d5df69c8c7605f (diff) | |
parent | fe790a3221dee0faefa9c303002a45875e08765a (diff) | |
download | dexon-solidity-3bc5e142dd3626426ff17e91494b68a431a6c74c.tar.gz dexon-solidity-3bc5e142dd3626426ff17e91494b68a431a6c74c.tar.zst dexon-solidity-3bc5e142dd3626426ff17e91494b68a431a6c74c.zip |
Merge remote-tracking branch 'ethereum/develop' into sol_import
Conflicts:
libsolidity/CompilerStack.cpp
libsolidity/CompilerStack.h
libsolidity/InterfaceHandler.cpp
libsolidity/InterfaceHandler.h
solc/main.cpp
test/solidityJSONInterfaceTest.cpp
test/solidityNatspecJSON.cpp
Diffstat (limited to 'solidityJSONInterfaceTest.cpp')
-rw-r--r-- | solidityJSONInterfaceTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solidityJSONInterfaceTest.cpp b/solidityJSONInterfaceTest.cpp index 2b7e60d3..487508bb 100644 --- a/solidityJSONInterfaceTest.cpp +++ b/solidityJSONInterfaceTest.cpp @@ -50,7 +50,7 @@ public: msg += *extra; BOOST_FAIL(msg); } - std::string generatedInterfaceString = m_compilerStack.getJsonDocumentation("", ABI_INTERFACE); + std::string generatedInterfaceString = m_compilerStack.getJsonDocumentation("", DocumentationType::ABI_INTERFACE); Json::Value generatedInterface; m_reader.parse(generatedInterfaceString, generatedInterface); Json::Value expectedInterface; |