From a0395509010368e519934147bf8ccd15f8399f64 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 21 Oct 2007 00:41:01 +0000 Subject: [PATCH] Don't test long double in hash_number_test. This is a bit of a cop out, but it's silly to fail this test just because a platform has poor support for long double - hash_long_double_test is thorough enough. [SVN r40233] --- hash/test/hash_number_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/hash/test/hash_number_test.cpp b/hash/test/hash_number_test.cpp index ae368b1..89910a2 100644 --- a/hash/test/hash_number_test.cpp +++ b/hash/test/hash_number_test.cpp @@ -156,7 +156,6 @@ int main() NUMERIC_TEST(float, float) NUMERIC_TEST(double, double) - NUMERIC_TEST(long double, ldouble) bool_test();