Remove unreliable check from swap_tests

This commit is contained in:
Christian Mazakas
2023-05-17 13:36:56 -07:00
parent 4a416501c8
commit ff10b287e2

View File

@ -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));