diff options
author | subtly <subtly@users.noreply.github.com> | 2015-04-06 04:42:51 +0800 |
---|---|---|
committer | subtly <subtly@users.noreply.github.com> | 2015-04-06 04:42:51 +0800 |
commit | 052fa7d877a589dd32921e4ac8aadb45d94f1185 (patch) | |
tree | e21a5bea1944d9606599fe09a4ed4e647073d0de /TestHelper.h | |
parent | 4597ae7260752ac4bddfe7eb0737088d4fcb3ed7 (diff) | |
parent | a2507495052d39ef4ddfc6fc256b29e063a81eb6 (diff) | |
download | dexon-solidity-052fa7d877a589dd32921e4ac8aadb45d94f1185.tar dexon-solidity-052fa7d877a589dd32921e4ac8aadb45d94f1185.tar.gz dexon-solidity-052fa7d877a589dd32921e4ac8aadb45d94f1185.tar.bz2 dexon-solidity-052fa7d877a589dd32921e4ac8aadb45d94f1185.tar.lz dexon-solidity-052fa7d877a589dd32921e4ac8aadb45d94f1185.tar.xz dexon-solidity-052fa7d877a589dd32921e4ac8aadb45d94f1185.tar.zst dexon-solidity-052fa7d877a589dd32921e4ac8aadb45d94f1185.zip |
Merge branch 'develop' into whisper
Diffstat (limited to 'TestHelper.h')
-rw-r--r-- | TestHelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.h b/TestHelper.h index e5f96f51..7f6d7336 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -101,7 +101,7 @@ namespace test class ImportTest { public: - ImportTest(json_spirit::mObject& _o) : m_statePre(Address(), OverlayDB(), eth::BaseState::Empty), m_statePost(Address(), OverlayDB(), eth::BaseState::Empty), m_TestObject(_o) {} + ImportTest(json_spirit::mObject& _o): m_TestObject(_o) {} ImportTest(json_spirit::mObject& _o, bool isFiller); // imports void importEnv(json_spirit::mObject& _o); |