From 571d7bfd25bcb8450118b943e4462752071a4fa3 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] --- test/hash_number_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/hash_number_test.cpp b/test/hash_number_test.cpp index ae368b1..89910a2 100644 --- a/test/hash_number_test.cpp +++ b/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();