X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-printf-posix.c;h=04705e8796e25dd5011d22cd093a5924467405f0;hb=fd970ddf7fa72fa672383527aec84f71c061a232;hp=1fbde2193ddd3bba892a5ad74b7f6a0fcc695ccf;hpb=9b769afcf83c8f4ecd210e4493bf90432250db32;p=gnulib.git diff --git a/tests/test-printf-posix.c b/tests/test-printf-posix.c index 1fbde2193..04705e879 100644 --- a/tests/test-printf-posix.c +++ b/tests/test-printf-posix.c @@ -1,5 +1,5 @@ /* Test of POSIX compatible printf() function. - 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 @@ -21,7 +21,6 @@ #include #include -#include #include #include #include @@ -32,6 +31,7 @@ if (!(expr)) \ { \ fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ + fflush (stderr); \ abort (); \ } \ } \