Skip to content

Commit

Permalink
Updated some unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akukh committed May 25, 2024
1 parent b23b615 commit 939a9d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ TEST_CASE("fou::memory_pool_list", "[flux-memory/memory_pool_list.hpp]") {

auto memory = small_pool.allocate_array(6, 8);
CHECK(memory);
// small_pool.deallocate_array(memory, 6, 8);
small_pool.deallocate_array(memory, 6, 8);
}

SECTION("try_reserve_memory array") {
Expand Down

0 comments on commit 939a9d8

Please sign in to comment.