diff --git a/test/unordered/stats_tests.cpp b/test/unordered/stats_tests.cpp index 9c7ee544..b7b8e159 100644 --- a/test/unordered/stats_tests.cpp +++ b/test/unordered/stats_tests.cpp @@ -153,8 +153,8 @@ template void test_stats() check_lookup_stats(s.unsuccessful_lookup, full); #if !defined(BOOST_UNORDERED_CFOA_TESTS) - // Due to rehashing, may not hold in concurrent containers - // because of insertion retries + // Due to rehashing. + // May not hold in concurrent containers because of insertion retries BOOST_TEST_GT( s.insertion.count, s.unsuccessful_lookup.count); #endif