aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.h
diff options
context:
space:
mode:
authorCJentzsch <jentzsch.software@gmail.com>2015-01-09 17:58:32 +0800
committerCJentzsch <jentzsch.software@gmail.com>2015-01-09 17:58:32 +0800
commit203005e2b77e0fbaa2cb8003fc85a784628c1866 (patch)
treec09cc8bf29b6d94b443436d8f6bd139da7d9266b /TestHelper.h
parent90cdc52ae788d24e79800bf44473f3c8c087c1f4 (diff)
downloaddexon-solidity-203005e2b77e0fbaa2cb8003fc85a784628c1866.tar.gz
dexon-solidity-203005e2b77e0fbaa2cb8003fc85a784628c1866.tar.zst
dexon-solidity-203005e2b77e0fbaa2cb8003fc85a784628c1866.zip
add blockhash test fo vm tests
Diffstat (limited to 'TestHelper.h')
-rw-r--r--TestHelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TestHelper.h b/TestHelper.h
index 20328c91..85017c84 100644
--- a/TestHelper.h
+++ b/TestHelper.h
@@ -77,6 +77,7 @@ void executeTests(const std::string& _name, const std::string& _testPathAppendix
std::string getTestPath();
void userDefinedTest(std::string testTypeFlag, std::function<void(json_spirit::mValue&, bool)> doTests);
void processCommandLineOptions();
+eth::LastHashes lastHashes(u256 _currentBlockNumber);
template<typename mapType>
void checkAddresses(mapType& _expectedAddrs, mapType& _resultAddrs)