X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-truncf1.c;h=5d7a4efb1e68b94fc5a10aa165fc4101dae948ee;hb=409da8c2eb774db685376f350518657fe6f621be;hp=6953c8bbcfbf3c4d840b1a0366d207e5637117da;hpb=f104dfe4e7676f832801a361a86f1e6387eb19b9;p=gnulib.git diff --git a/tests/test-truncf1.c b/tests/test-truncf1.c index 6953c8bbc..5d7a4efb1 100644 --- a/tests/test-truncf1.c +++ b/tests/test-truncf1.c @@ -1,5 +1,5 @@ /* Test of rounding towards zero. - 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 @@ -33,9 +33,7 @@ main () { /* Zero. */ ASSERT (truncf (0.0f) == 0.0f); - ASSERT (!signbit (truncf (0.0f))); ASSERT (truncf (minus_zerof) == 0.0f); - ASSERT (!!signbit (minus_zerof) == !!signbit (truncf (minus_zerof))); /* Positive numbers. */ ASSERT (truncf (0.3f) == 0.0f); ASSERT (truncf (0.7f) == 0.0f);