aboutsummaryrefslogtreecommitdiffstats
path: root/solidityJSONInterfaceTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'solidityJSONInterfaceTest.cpp')
-rw-r--r--solidityJSONInterfaceTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/solidityJSONInterfaceTest.cpp b/solidityJSONInterfaceTest.cpp
index f46a3ad3..8fe0ea65 100644
--- a/solidityJSONInterfaceTest.cpp
+++ b/solidityJSONInterfaceTest.cpp
@@ -50,7 +50,7 @@ public:
msg += *extra;
BOOST_FAIL(msg);
}
- std::string generatedInterfaceString = m_compilerStack.getInterface();
+ std::string generatedInterfaceString = *m_compilerStack.getJsonDocumentation(ABI_INTERFACE);
Json::Value generatedInterface;
m_reader.parse(generatedInterfaceString, generatedInterface);
Json::Value expectedInterface;