diff options
author | fanquake <fanquake@gmail.com> | 2021-05-26 20:08:59 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-05-28 19:14:08 +0800 |
commit | 6d3b78c0e2f427d3a7431885cc175464a527a12a (patch) | |
tree | f2ce42c2478f6930575fd47c846ba115c65c4eb2 /src/test/bswap_tests.cpp | |
parent | a13dc24831e4a2d8e16a41d8c95cdaa8afdec783 (diff) |
test: remove BasicTestingSetup from bswap unit tests
Diffstat (limited to 'src/test/bswap_tests.cpp')
-rw-r--r-- | src/test/bswap_tests.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/bswap_tests.cpp b/src/test/bswap_tests.cpp index 2dbca4e8b6..4e75e74d77 100644 --- a/src/test/bswap_tests.cpp +++ b/src/test/bswap_tests.cpp @@ -3,11 +3,10 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <compat/byteswap.h> -#include <test/util/setup_common.h> #include <boost/test/unit_test.hpp> -BOOST_FIXTURE_TEST_SUITE(bswap_tests, BasicTestingSetup) +BOOST_AUTO_TEST_SUITE(bswap_tests) BOOST_AUTO_TEST_CASE(bswap_tests) { |