Skip to content

Commit

Permalink
(lrint_test_upward): Fix typo.
Browse files Browse the repository at this point in the history
2006-09-20  Andreas Jaeger  <aj@suse.de>

	* math/libm-test.inc (lrint_test_upward): Fix typo.
  • Loading branch information
Andreas Jaeger committed Sep 20, 2006
1 parent 6624dbc commit 89210b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion math/libm-test.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 89210b4

Please sign in to comment.