mirror of
https://github.com/boostorg/unordered.git
synced 2026-03-06 22:14:10 +01:00
Remove unreliable check from swap_tests
This commit is contained in:
@@ -264,9 +264,6 @@ namespace {
|
||||
|
||||
BOOST_TEST_GT(num_swaps, 0u);
|
||||
|
||||
BOOST_TEST_NOT(x1.empty());
|
||||
BOOST_TEST_NOT(x2.empty());
|
||||
|
||||
if (x1.hash_function() == hasher(1)) {
|
||||
BOOST_TEST_EQ(x1.key_eq(), key_equal(2));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user