Fix concurrent_hash_map_pmreorder_multiple_buckets test
The check_consistency() function verifies if the hash map contains elements (0, 0), (1, 1), (2, 2)... starting from (0, 0), so the first inserted element should be (0, 0), not (1, 1).
parent
26c86b46
Please register or sign in to comment