mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
remove permuatations in trietest (order is critical for test)
This commit is contained in:
parent
473e10e0dc
commit
6a91ed0c1c
1
trie.cpp
1
trie.cpp
@ -82,7 +82,6 @@ BOOST_AUTO_TEST_CASE(trie_tests)
|
|||||||
}
|
}
|
||||||
for (unsigned j = 0; j < min(1000u, dev::test::fac((unsigned)ss.size())); ++j)
|
for (unsigned j = 0; j < min(1000u, dev::test::fac((unsigned)ss.size())); ++j)
|
||||||
{
|
{
|
||||||
next_permutation(ss.begin(), ss.end());
|
|
||||||
MemoryDB m;
|
MemoryDB m;
|
||||||
GenericTrieDB<MemoryDB> t(&m);
|
GenericTrieDB<MemoryDB> t(&m);
|
||||||
t.init();
|
t.init();
|
||||||
|
Loading…
Reference in New Issue
Block a user