From 44188d921c13111b61904f98ad06f8249e41d050 Mon Sep 17 00:00:00 2001 From: Omniscient Date: Fri, 7 Jun 2024 12:12:53 +1000 Subject: fix pool test --- tests/pool_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pool_tests.c') diff --git a/tests/pool_tests.c b/tests/pool_tests.c index df65773..10a4bed 100644 --- a/tests/pool_tests.c +++ b/tests/pool_tests.c @@ -20,7 +20,7 @@ TEST(Pool, SanityCheckTest) { TEST_ASSERT_EQUAL(true, true); } TEST(Pool, Initialisation) { // u32 pool - void_pool pool = void_pool_create(&a, 256, sizeof(u32)); + void_pool pool = void_pool_create(&a, "Test pool", 256, sizeof(u32)); u32 x_handle; u32* x_ptr = (u32*)void_pool_alloc(&pool, &x_handle); // store something in it -- cgit v1.2.3-70-g09d2