tests/test_hash_map.c

changeset 1632
f74e4fc496a2
parent 1618
ef7cab6eb131
child 1635
4983b6a34996
--- 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);

mercurial