From 203005e2b77e0fbaa2cb8003fc85a784628c1866 Mon Sep 17 00:00:00 2001 From: CJentzsch Date: Fri, 9 Jan 2015 10:58:32 +0100 Subject: add blockhash test fo vm tests --- TestHelper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'TestHelper.h') 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 doTests); void processCommandLineOptions(); +eth::LastHashes lastHashes(u256 _currentBlockNumber); template void checkAddresses(mapType& _expectedAddrs, mapType& _resultAddrs) -- cgit