summaryrefslogtreecommitdiff
path: root/tests/test-round1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-round1.c')
-rw-r--r--tests/test-round1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-round1.c b/tests/test-round1.c
index 4711a74361..86fd1de7ab 100644
--- a/tests/test-round1.c
+++ b/tests/test-round1.c
@@ -35,9 +35,7 @@ main ()
{
/* Zero. */
ASSERT (round (0.0) == 0.0);
- ASSERT (!signbit (round (0.0)));
ASSERT (round (minus_zerod) == 0.0);
- ASSERT (!!signbit (minus_zerod) == !!signbit (round (minus_zerod)));
/* Positive numbers. */
ASSERT (round (0.3) == 0.0);
ASSERT (round (0.5) == 1.0);