Output newlines after thousand iterations of the inner-loop of the

2007-07-09  Loïc Minier  <lool@dooz.org>

       * tests/refcount/closures.c: (main): Output newlines after thousand
       iterations of the inner-loop of the closures test; this helps having
       smaller lines and continuously outputting new lines.  (#447048).

svn path=/trunk/; revision=5609
This commit is contained in:
Loïc Minier
2007-07-09 07:42:30 +00:00
committed by Loic Minier
parent 702549ddc1
commit e9e1d9d45f
2 changed files with 7 additions and 1 deletions

View File

@@ -263,7 +263,7 @@ main (int argc,
test_emissions (object);
if (++count % 10000 == 0)
{
g_printerr (".");
g_printerr (".\n");
g_thread_yield(); /* force context switch */
}
}