X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-ceilf2.c;h=17aac846aeae5fbe03411c8a436b552e4c39500b;hb=b886ebac9e37729d68e765b141b099ec5b24ab2c;hp=f5e886b66aea904d0d6e8496d280d4b0432bf6ca;hpb=c532b2a8ef48d317a1bc348584c00880ea7c5ba6;p=gnulib.git diff --git a/tests/test-ceilf2.c b/tests/test-ceilf2.c index f5e886b66..17aac846a 100644 --- a/tests/test-ceilf2.c +++ b/tests/test-ceilf2.c @@ -1,5 +1,5 @@ /* Test of rounding towards positive infinity. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2008 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 @@ -26,7 +26,7 @@ #include #include -#include "isnanf.h" +#include "isnanf-nolibm.h" #define ASSERT(expr) \ do \ @@ -34,6 +34,7 @@ if (!(expr)) \ { \ fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ + fflush (stderr); \ abort (); \ } \ } \