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]
This commit is contained in:
Daniel James
2007-10-21 00:41:01 +00:00
parent 0a74f461f0
commit a039550901

View File

@@ -156,7 +156,6 @@ int main()
NUMERIC_TEST(float, float)
NUMERIC_TEST(double, double)
NUMERIC_TEST(long double, ldouble)
bool_test();