aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCJentzsch <jentzsch.software@gmail.com>2015-03-03 04:19:36 +0800
committerGav Wood <i@gavwood.com>2015-03-06 19:46:59 +0800
commitd9f2ea7b6988bbc4d8f0573ad86ab6edb1309e78 (patch)
tree3e70dc2422fc19bb361141619a2f68d94a0ef390
parent8d295b36aac3325af11756928c2b145177efc5ff (diff)
downloaddexon-solidity-d9f2ea7b6988bbc4d8f0573ad86ab6edb1309e78.tar.gz
dexon-solidity-d9f2ea7b6988bbc4d8f0573ad86ab6edb1309e78.tar.zst
dexon-solidity-d9f2ea7b6988bbc4d8f0573ad86ab6edb1309e78.zip
add memory tests
-rw-r--r--state.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/state.cpp b/state.cpp
index 71a4bbcf..5202aff2 100644
--- a/state.cpp
+++ b/state.cpp
@@ -93,7 +93,6 @@ void doStateTests(json_spirit::mValue& v, bool _fillin)
// check addresses
#if ETH_FATDB
- cout << "fatDB is defined\n";
auto expectedAddrs = importer.m_statePost.addresses();
auto resultAddrs = theState.addresses();
for (auto& expectedPair : expectedAddrs)