X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-linkedhash_list.c;h=c4be6231c8f3a84c4ba218969cb49c52dd74d918;hb=c7cf9c5005c207ccc24581f0bddb48a5864d443c;hp=249ebc58e6a5039388e5ff86a59773f30f4a244e;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/tests/test-linkedhash_list.c b/tests/test-linkedhash_list.c index 249ebc58e..c4be6231c 100644 --- a/tests/test-linkedhash_list.c +++ b/tests/test-linkedhash_list.c @@ -1,5 +1,5 @@ /* Test of sequential list data type implementation. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2008 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify @@ -64,6 +64,7 @@ string_hash (const void *x) if (!(expr)) \ { \ fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ + fflush (stderr); \ abort (); \ } \ } \