mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 04:12:36 -03:00
test: remove BasicTestingSetup from bswap unit tests
This commit is contained in:
parent
a13dc24831
commit
6d3b78c0e2
1 changed files with 1 additions and 2 deletions
|
@ -3,11 +3,10 @@
|
||||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||||
|
|
||||||
#include <compat/byteswap.h>
|
#include <compat/byteswap.h>
|
||||||
#include <test/util/setup_common.h>
|
|
||||||
|
|
||||||
#include <boost/test/unit_test.hpp>
|
#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)
|
BOOST_AUTO_TEST_CASE(bswap_tests)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue