We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8115c2a commit 883a5c7Copy full SHA for 883a5c7
src/test/allocator_tests.cpp
@@ -2,15 +2,18 @@
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
+#include <support/lockedpool.h>
6
#include <util/system.h>
7
-#include <test/util/setup_common.h>
8
-
+#include <limits>
9
#include <memory>
10
+#include <stdexcept>
11
+#include <utility>
12
+#include <vector>
13
14
#include <boost/test/unit_test.hpp>
15
-BOOST_FIXTURE_TEST_SUITE(allocator_tests, BasicTestingSetup)
16
+BOOST_AUTO_TEST_SUITE(allocator_tests)
17
18
BOOST_AUTO_TEST_CASE(arena_tests)
19
{
0 commit comments