mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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:
@@ -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 */
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user