diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-03-03 04:19:36 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-03-06 19:46:59 +0800 |
commit | d9f2ea7b6988bbc4d8f0573ad86ab6edb1309e78 (patch) | |
tree | 3e70dc2422fc19bb361141619a2f68d94a0ef390 | |
parent | 8d295b36aac3325af11756928c2b145177efc5ff (diff) | |
download | dexon-solidity-d9f2ea7b6988bbc4d8f0573ad86ab6edb1309e78.tar.gz dexon-solidity-d9f2ea7b6988bbc4d8f0573ad86ab6edb1309e78.tar.zst dexon-solidity-d9f2ea7b6988bbc4d8f0573ad86ab6edb1309e78.zip |
add memory tests
-rw-r--r-- | state.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |