mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
* math/libm-test.inc (ldexp_test): Add missing START/END markers.
This commit is contained in:
parent
495ded2c8c
commit
af00a34d08
@ -1,5 +1,7 @@
|
||||
2013-03-15 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* math/libm-test.inc (ldexp_test): Add missing START/END markers.
|
||||
|
||||
* sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
|
||||
math/test-snan.c.
|
||||
* math/test-snan.c: Renamed from
|
||||
|
@ -6381,6 +6381,8 @@ jn_test (void)
|
||||
static void
|
||||
ldexp_test (void)
|
||||
{
|
||||
START (ldexp);
|
||||
|
||||
TEST_ff_f (ldexp, 0, 0, 0);
|
||||
TEST_ff_f (ldexp, minus_zero, 0, minus_zero);
|
||||
|
||||
@ -6393,6 +6395,8 @@ ldexp_test (void)
|
||||
|
||||
/* ldexp (x, 0) == x. */
|
||||
TEST_ff_f (ldexp, 1.0L, 0L, 1.0L);
|
||||
|
||||
END (ldexp);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user