diff -r 74c6582adabb -r f74e4fc496a2 tests/test_hash_map.c --- a/tests/test_hash_map.c Fri Dec 19 14:14:22 2025 +0100 +++ b/tests/test_hash_map.c Fri Dec 19 14:15:54 2025 +0100 @@ -49,7 +49,7 @@ CX_TEST_ASSERT(map->collection.allocator == allocator); CX_TEST_ASSERT(!map->collection.store_pointer); CX_TEST_ASSERT(map->collection.simple_cmp == NULL); - CX_TEST_ASSERT(map->collection.advanced_cmp == cx_acmp_memcmp); + CX_TEST_ASSERT(map->collection.advanced_cmp == cx_ccmp_memcmp); CX_TEST_ASSERT(map->collection.cmp_data == &map->collection.elem_size); CX_TEST_ASSERT(map->collection.simple_destructor == NULL); CX_TEST_ASSERT(map->collection.advanced_destructor == NULL);