--- a/tests/test_hash_map.c Sun Jan 05 18:19:42 2025 +0100 +++ b/tests/test_hash_map.c Mon Jan 06 23:29:41 2025 +0100 @@ -50,11 +50,6 @@ CX_TEST_ASSERT(map->collection.simple_destructor == NULL); CX_TEST_ASSERT(map->collection.advanced_destructor == NULL); CX_TEST_ASSERT(map->collection.destructor_data == NULL); - cxMapStorePointers(map); - CX_TEST_ASSERT(map->collection.store_pointer); - CX_TEST_ASSERT(map->collection.elem_size == sizeof(void *)); - cxMapStoreObjects(map); - CX_TEST_ASSERT(!map->collection.store_pointer); cxMapFree(map); CX_TEST_ASSERT(cx_testing_allocator_verify(&talloc));