Remove the forced fail in the hash float tests on Borland, since the bug should now be fixed.

[SVN r28187]
This commit is contained in:
Daniel James
2005-04-12 20:25:15 +00:00
parent b1def5cf1d
commit e9a52eb259

View File

@ -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<T>::has_infinity) {
T infinity = (T) 1. / zero;
T infinity2 = -log(zero);