Skip to content

Commit cd5bc4b

Browse files
committed
test: remove BasicTestingSetup from hash unit tests
1 parent 39cec22 commit cd5bc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/hash_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include <boost/test/unit_test.hpp>
1212

13-
BOOST_FIXTURE_TEST_SUITE(hash_tests, BasicTestingSetup)
13+
BOOST_AUTO_TEST_SUITE(hash_tests)
1414

1515
BOOST_AUTO_TEST_CASE(murmurhash3)
1616
{

0 commit comments

Comments
 (0)