X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-truncf2.c;h=dd849ab20b3b484f4133773116e603a1b62d08e4;hb=9c9af489440fbc63e4c5eeb21b21aa5aa4520394;hp=a0b7e6c794d10d604f895e07e8d88e3bd93e5ce6;hpb=c532b2a8ef48d317a1bc348584c00880ea7c5ba6;p=gnulib.git diff --git a/tests/test-truncf2.c b/tests/test-truncf2.c index a0b7e6c79..dd849ab20 100644 --- a/tests/test-truncf2.c +++ b/tests/test-truncf2.c @@ -1,5 +1,5 @@ /* Test of rounding towards zero. - 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 (); \ } \ } \