--- a/tests/test_hash_map.c Tue Dec 16 18:32:35 2025 +0100 +++ b/tests/test_hash_map.c Tue Dec 16 18:33:12 2025 +0100 @@ -1167,7 +1167,7 @@ cxMapFree(s2); } -CX_TEST(test_hash_map_simple_clones) { +CX_TEST(test_hash_map_shallow_clones) { int v = 47; // the value does not matter in this test CxMap *a = cxHashMapCreate(NULL, sizeof(int), 0); cxMapPut(a, "k1", &v); @@ -1692,7 +1692,7 @@ cx_test_register(suite, test_hash_map_union); cx_test_register(suite, test_hash_map_union_ptr); cx_test_register(suite, test_hash_map_union_alloc_fail); - cx_test_register(suite, test_hash_map_simple_clones); + cx_test_register(suite, test_hash_map_shallow_clones); cx_test_register(suite, test_hash_map_compare); cx_test_register(suite, test_empty_map_no_ops); cx_test_register(suite, test_empty_map_size);