X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-avltree_oset.c;h=3bdf0aa98716aaa63570c5d3527f7b62e2db0560;hb=4754ac9d681d36e16e92a1b08efb1d334d7b3829;hp=bf4e94db56ba2e7cc3471844e0eb4d5e522b8198;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/tests/test-avltree_oset.c b/tests/test-avltree_oset.c index bf4e94db5..3bdf0aa98 100644 --- a/tests/test-avltree_oset.c +++ b/tests/test-avltree_oset.c @@ -1,5 +1,5 @@ /* Test of ordered set data type implementation. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2009 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify @@ -41,6 +41,7 @@ static const char *objects[30] = if (!(expr)) \ { \ fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ + fflush (stderr); \ abort (); \ } \ } \ @@ -83,6 +84,8 @@ main (int argc, char *argv[]) { gl_oset_t set1, set2; + set_program_name (argv[0]); + /* Allow the user to provide a non-default random seed on the command line. */ if (argc > 1) srand (atoi (argv[1]));