mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Fix call_count check in rehash_tests
This commit is contained in:
@ -162,7 +162,7 @@ namespace {
|
||||
t2.join();
|
||||
t3.join();
|
||||
|
||||
BOOST_TEST_GT(call_count, 1u);
|
||||
BOOST_TEST_GE(call_count, 1u);
|
||||
|
||||
test_fuzzy_matches_reference(x, ref_map, rg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user