diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-11 01:30:35 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-11 01:30:35 +0800 |
commit | 9b14af5c15971329c7520b9754d04664c71a2987 (patch) | |
tree | b56cdb530ea1eaece8e4a3ac3e0c66e0d9d7ff93 /TestHelper.h | |
parent | 3c45877e2aecb7e73392540fdbf82de0bd35156e (diff) | |
download | dexon-solidity-9b14af5c15971329c7520b9754d04664c71a2987.tar dexon-solidity-9b14af5c15971329c7520b9754d04664c71a2987.tar.gz dexon-solidity-9b14af5c15971329c7520b9754d04664c71a2987.tar.bz2 dexon-solidity-9b14af5c15971329c7520b9754d04664c71a2987.tar.lz dexon-solidity-9b14af5c15971329c7520b9754d04664c71a2987.tar.xz dexon-solidity-9b14af5c15971329c7520b9754d04664c71a2987.tar.zst dexon-solidity-9b14af5c15971329c7520b9754d04664c71a2987.zip |
build fix
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 c5e45f37..ef67d52f 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -71,7 +71,7 @@ void checkOutput(bytes const& _output, json_spirit::mObject& _o); void checkStorage(std::map<u256, u256> _expectedStore, std::map<u256, u256> _resultStore, Address _expectedAddr); void executeTests(const std::string& _name, const std::string& _testPathAppendix, std::function<void(json_spirit::mValue&, bool)> doTests); std::string getTestPath(); -void userDefinedTest(string testTypeFlag, std::function<void(json_spirit::mValue&, bool)> doTests); +void userDefinedTest(std::string testTypeFlag, std::function<void(json_spirit::mValue&, bool)> doTests); template<typename mapType> void checkAddresses(mapType& _expectedAddrs, mapType& _resultAddrs) |