X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-argmatch.c;h=e7eaf5529d827cc96080590b6105a41e385d65ea;hb=1697fcca5dcb036ef6647969cbbaad907d16479c;hp=363033fa691f26fb77b74dfdc8776ae7a472164c;hpb=9793b3ecf4f25f192b314758b35c398a1045711e;p=gnulib.git diff --git a/tests/test-argmatch.c b/tests/test-argmatch.c index 363033fa6..e7eaf5529 100644 --- a/tests/test-argmatch.c +++ b/tests/test-argmatch.c @@ -1,5 +1,5 @@ /* Test of exact or abbreviated match search. - Copyright (C) 1990, 1998-1999, 2001-2007 Free Software Foundation, Inc. + Copyright (C) 1990, 1998-1999, 2001-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 @@ -32,6 +32,7 @@ if (!(expr)) \ { \ fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ + fflush (stderr); \ abort (); \ } \ } \