From e9cdb317f61d3917663859f39abd1ad489c6327e Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Thu, 11 Jul 2024 22:39:31 +0200 Subject: [PATCH] wip --- unit_tests/util/pool_allocator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/util/pool_allocator.cpp b/unit_tests/util/pool_allocator.cpp index 21cff54a3..215cdebd5 100644 --- a/unit_tests/util/pool_allocator.cpp +++ b/unit_tests/util/pool_allocator.cpp @@ -27,7 +27,7 @@ BOOST_AUTO_TEST_CASE(smoke) BOOST_AUTO_TEST_CASE(a_lot_of_items) { - PoolAllocator pool; + PoolAllocator pool; auto ptr = pool.allocate(2048); for (int i = 0; i < 2048; ++i) {