test: remove BasicTestingSetup from hash unit tests

This commit is contained in:
fanquake 2021-05-26 20:16:46 +08:00
parent 39cec22935
commit cd5bc4b470
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -10,7 +10,7 @@
#include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(hash_tests, BasicTestingSetup)
BOOST_AUTO_TEST_SUITE(hash_tests)
BOOST_AUTO_TEST_CASE(murmurhash3)
{