Skip to content

Commit 883a5c7

Browse files
committed
test: remove BasicTestingSetup from allocator unit tests
1 parent 8115c2a commit 883a5c7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/test/allocator_tests.cpp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5+
#include <support/lockedpool.h>
56
#include <util/system.h>
67

7-
#include <test/util/setup_common.h>
8-
8+
#include <limits>
99
#include <memory>
10+
#include <stdexcept>
11+
#include <utility>
12+
#include <vector>
1013

1114
#include <boost/test/unit_test.hpp>
1215

13-
BOOST_FIXTURE_TEST_SUITE(allocator_tests, BasicTestingSetup)
16+
BOOST_AUTO_TEST_SUITE(allocator_tests)
1417

1518
BOOST_AUTO_TEST_CASE(arena_tests)
1619
{

0 commit comments

Comments
 (0)