diff options
author | Andreas Jaeger <aj@suse.de> | 2006-09-20 19:36:26 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2006-09-20 19:36:26 +0000 |
commit | 89210b4c1355ace8671bb49a8dc3e8e480f56160 (patch) | |
tree | 1fe2478102364070fc85eeaf1d595b30b7b34c4e /math | |
parent | 6624dbc07b5a9fb316ed188ef01f65b8eea8b47c (diff) | |
download | glibc-89210b4c1355ace8671bb49a8dc3e8e480f56160.tar glibc-89210b4c1355ace8671bb49a8dc3e8e480f56160.tar.gz glibc-89210b4c1355ace8671bb49a8dc3e8e480f56160.tar.bz2 glibc-89210b4c1355ace8671bb49a8dc3e8e480f56160.zip |
(lrint_test_upward): Fix typo.
2006-09-20 Andreas Jaeger <aj@suse.de>
* math/libm-test.inc (lrint_test_upward): Fix typo.
Diffstat (limited to 'math')
-rw-r--r-- | math/libm-test.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index c27cc652ac..23ee6beaa8 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 } |