From ff10b287e2c6fcee7587614e13847c19863bd366 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Wed, 17 May 2023 13:36:56 -0700 Subject: [PATCH] Remove unreliable check from swap_tests --- test/cfoa/swap_tests.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/cfoa/swap_tests.cpp b/test/cfoa/swap_tests.cpp index e0160f02..3ab29791 100644 --- a/test/cfoa/swap_tests.cpp +++ b/test/cfoa/swap_tests.cpp @@ -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));