Browse Source

add memory tests

cl-refactor
CJentzsch 10 years ago
committed by Gav Wood
parent
commit
d6c89e465f
  1. 1
      test/state.cpp

1
test/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)

Loading…
Cancel
Save