Skip to content

Commit 3974c96

Browse files
committed
test: remove BasicTestingSetup from merkleblock tests
1 parent cd5bc4b commit 3974c96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/merkleblock_tests.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88

99
#include <boost/test/unit_test.hpp>
1010

11+
#include <set>
12+
#include <vector>
1113

12-
BOOST_FIXTURE_TEST_SUITE(merkleblock_tests, BasicTestingSetup)
14+
BOOST_AUTO_TEST_SUITE(merkleblock_tests)
1315

1416
/**
1517
* Create a CMerkleBlock using a list of txids which will be found in the

0 commit comments

Comments
 (0)