diff --git a/hash/test/hash_float_test.cpp b/hash/test/hash_float_test.cpp index 4b244e6..4a69bbc 100644 --- a/hash/test/hash_float_test.cpp +++ b/hash/test/hash_float_test.cpp @@ -32,11 +32,6 @@ void float_tests(T* = 0) using namespace std; - // The tests cause Borland to crash horribly. -#if defined(__BORLANDC__) - BOOST_REQUIRE(false); -#endif - if(std::numeric_limits::has_infinity) { T infinity = (T) 1. / zero; T infinity2 = -log(zero);