mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
(lrint_test_upward): Fix typo.
2006-09-20 Andreas Jaeger <aj@suse.de> * math/libm-test.inc (lrint_test_upward): Fix typo.
This commit is contained in:
parent
6624dbc07b
commit
89210b4c13
@ -1,3 +1,7 @@
|
||||
2006-09-20 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* math/libm-test.inc (lrint_test_upward): Fix typo.
|
||||
|
||||
2006-06-17 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
[BZ #2592]
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user