aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityABIJSON.cpp
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-08-15 22:58:01 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-08-19 22:34:50 +0800
commite00f802f725e284af453d70a48d450a4d5c9925e (patch)
tree26e5ef14ebbd9a47dbf6cd5e5ed95d2dba9776a0 /test/libsolidity/SolidityABIJSON.cpp
parent64cec9793a881e5a8ee77cb73e3f3599f330c044 (diff)
downloaddexon-solidity-e00f802f725e284af453d70a48d450a4d5c9925e.tar.gz
dexon-solidity-e00f802f725e284af453d70a48d450a4d5c9925e.tar.zst
dexon-solidity-e00f802f725e284af453d70a48d450a4d5c9925e.zip
Remove standard contracts
Diffstat (limited to 'test/libsolidity/SolidityABIJSON.cpp')
-rw-r--r--test/libsolidity/SolidityABIJSON.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/SolidityABIJSON.cpp b/test/libsolidity/SolidityABIJSON.cpp
index 77b39978..b21e03eb 100644
--- a/test/libsolidity/SolidityABIJSON.cpp
+++ b/test/libsolidity/SolidityABIJSON.cpp
@@ -35,7 +35,7 @@ namespace test
class JSONInterfaceChecker
{
public:
- JSONInterfaceChecker(): m_compilerStack(false) {}
+ JSONInterfaceChecker(): m_compilerStack() {}
void checkInterface(std::string const& _code, std::string const& _expectedInterfaceString)
{