test: remove BasicTestingSetup from allocator unit tests

This commit is contained in:
fanquake 2021-05-26 19:47:47 +08:00
parent 8115c2ad7d
commit 883a5c7d02
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -2,15 +2,18 @@
// Distributed under the MIT software license, see the accompanying // Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php. // file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <support/lockedpool.h>
#include <util/system.h> #include <util/system.h>
#include <test/util/setup_common.h> #include <limits>
#include <memory> #include <memory>
#include <stdexcept>
#include <utility>
#include <vector>
#include <boost/test/unit_test.hpp> #include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(allocator_tests, BasicTestingSetup) BOOST_AUTO_TEST_SUITE(allocator_tests)
BOOST_AUTO_TEST_CASE(arena_tests) BOOST_AUTO_TEST_CASE(arena_tests)
{ {