X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-ceill.c;h=e0b8ff232bc3521234770c77e709f2a7a895f28b;hb=ca6143b425589c3a64bd28efd7af14463f96d576;hp=f627a9e299c577334f69360a9655a078709b0681;hpb=5dad7705e059bd0ce249a736b5af02dd66824ae0;p=gnulib.git diff --git a/tests/test-ceill.c b/tests/test-ceill.c index f627a9e29..e0b8ff232 100644 --- a/tests/test-ceill.c +++ b/tests/test-ceill.c @@ -1,5 +1,5 @@ /* Test of rounding towards positive infinity. - Copyright (C) 2007-2010 Free Software Foundation, Inc. + Copyright (C) 2007-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -40,9 +40,7 @@ main () /* Zero. */ ASSERT (ceill (0.0L) == 0.0L); - ASSERT (!signbit (ceill (0.0L))); ASSERT (ceill (minus_zerol) == 0.0L); - ASSERT (!!signbit (minus_zerol) == !!signbit (ceill (minus_zerol))); /* Positive numbers. */ ASSERT (ceill (0.3L) == 1.0L); ASSERT (ceill (0.7L) == 1.0L);