From: Andreas Jaeger Date: Wed, 20 Sep 2006 19:36:26 +0000 (+0000) Subject: (lrint_test_upward): Fix typo. X-Git-Tag: upstream/2.30~15351 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89210b4c1355ace8671bb49a8dc3e8e480f56160;p=external%2Fglibc.git (lrint_test_upward): Fix typo. 2006-09-20 Andreas Jaeger * math/libm-test.inc (lrint_test_upward): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index c765422..fb905f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-09-20 Andreas Jaeger + + * math/libm-test.inc (lrint_test_upward): Fix typo. + 2006-06-17 Joseph S. Myers [BZ #2592] diff --git a/math/libm-test.inc b/math/libm-test.inc index c27cc65..23ee6be 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -3421,7 +3421,7 @@ lrint_test_upward (void) TEST_f_l (lrint, 1071930.0008, 1071931); TEST_f_l (lrint, 1073741824.01, 1073741825); # if LONG_MAX > 281474976710656 && defined (TEST_LDOUBLE) - TEST_f_l (lrint, 281474976710656.025, 28147497671065); + TEST_f_l (lrint, 281474976710656.025, 281474976710656); # endif #endif }