diff options
author | Carl Allendorph <callendorph@gmail.com> | 2014-04-20 00:31:37 +0800 |
---|---|---|
committer | Carl Allendorph <callendorph@gmail.com> | 2014-04-20 00:31:37 +0800 |
commit | cd132eae5e12f98410a62b06dd7abfd0eee9722d (patch) | |
tree | f222ff90880193bfdefd47ed7b93472c477c15b8 /main.cpp | |
parent | 84fd6bd28ff4b4f0c19f8d7c75b384f0e5728aea (diff) | |
download | dexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.tar dexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.tar.gz dexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.tar.bz2 dexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.tar.lz dexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.tar.xz dexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.tar.zst dexon-solidity-cd132eae5e12f98410a62b06dd7abfd0eee9722d.zip |
Converted the hexPrefix test to a separate boost test case.
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ BOOST_AUTO_TEST_CASE(basic_tests) std::cout << sha3(s.out()) << std::endl;*/ int r = 0; - r += hexPrefixTest(); r += trieTest(); r += vmTest(); r += cryptoTest(); // TODO: Put in tests repo. |