aboutsummaryrefslogtreecommitdiffstats
path: root/trie.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-12-12 20:33:42 +0800
committerGav Wood <i@gavwood.com>2014-12-12 22:53:57 +0800
commit6b44029adcf8389574ba198bf32382f4c5983d68 (patch)
tree52ac5c5537d948af224e2fabfa695107a417b649 /trie.cpp
parent696b5b3a493d7e9c8bee455bed24bdfcfe3a1fb0 (diff)
downloaddexon-solidity-6b44029adcf8389574ba198bf32382f4c5983d68.tar.gz
dexon-solidity-6b44029adcf8389574ba198bf32382f4c5983d68.tar.zst
dexon-solidity-6b44029adcf8389574ba198bf32382f4c5983d68.zip
Beginnings of cleaning up the Executive/State code.
Diffstat (limited to 'trie.cpp')
-rw-r--r--trie.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/trie.cpp b/trie.cpp
index 3f072a6d..0cf87c21 100644
--- a/trie.cpp
+++ b/trie.cpp
@@ -54,7 +54,6 @@ BOOST_AUTO_TEST_CASE(trie_tests)
{
string testPath = test::getTestPath();
-
testPath += "/TrieTests";
cnote << "Testing Trie...";
@@ -245,6 +244,7 @@ BOOST_AUTO_TEST_CASE(moreTrieTests)
BOOST_AUTO_TEST_CASE(trieLowerBound)
{
cnote << "Stress-testing Trie.lower_bound...";
+ if (0)
{
MemoryDB dm;
EnforceRefs e(dm, true);
@@ -290,6 +290,7 @@ BOOST_AUTO_TEST_CASE(trieLowerBound)
BOOST_AUTO_TEST_CASE(trieStess)
{
cnote << "Stress-testing Trie...";
+ if (0)
{
MemoryDB m;
MemoryDB dm;