Skip to content

Commit 6d3b78c

Browse files
committed
test: remove BasicTestingSetup from bswap unit tests
1 parent a13dc24 commit 6d3b78c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/bswap_tests.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

55
#include <compat/byteswap.h>
6-
#include <test/util/setup_common.h>
76

87
#include <boost/test/unit_test.hpp>
98

10-
BOOST_FIXTURE_TEST_SUITE(bswap_tests, BasicTestingSetup)
9+
BOOST_AUTO_TEST_SUITE(bswap_tests)
1110

1211
BOOST_AUTO_TEST_CASE(bswap_tests)
1312
{

0 commit comments

Comments
 (0)