From e9a52eb25909ec7bb7552f04177ab8f4541ff764 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 12 Apr 2005 20:25:15 +0000 Subject: [PATCH] Remove the forced fail in the hash float tests on Borland, since the bug should now be fixed. [SVN r28187] --- hash/test/hash_float_test.cpp | 5 ----- 1 file changed, 5 deletions(-) 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);