diff --git a/test/UtilTest.cc b/test/UtilTest.cc index 513aeefc..7b98a49f 100644 --- a/test/UtilTest.cc +++ b/test/UtilTest.cc @@ -1978,10 +1978,6 @@ void UtilTest::testGenerateRandomData() } } CPPUNIT_ASSERT_MESSAGE("Should see all kinds of bytes", counts.size() == 256); - if (counts.size() != 256) { - throw std::domain_error( - "Would have expected to see at one of each possible byte value!"); - } double sum = accumulate( counts.begin(), counts.end(),