From 883a5c7d021fe29539d417796a5b07e265f1c696 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 26 May 2021 19:47:47 +0800 Subject: [PATCH] test: remove BasicTestingSetup from allocator unit tests --- src/test/allocator_tests.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/test/allocator_tests.cpp b/src/test/allocator_tests.cpp index b523173a452..3779e7b9644 100644 --- a/src/test/allocator_tests.cpp +++ b/src/test/allocator_tests.cpp @@ -2,15 +2,18 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include #include -#include - +#include #include +#include +#include +#include #include -BOOST_FIXTURE_TEST_SUITE(allocator_tests, BasicTestingSetup) +BOOST_AUTO_TEST_SUITE(allocator_tests) BOOST_AUTO_TEST_CASE(arena_tests) {