Commit c09938a5 authored by Lukasz Dorau's avatar Lukasz Dorau
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment