Remove leftover debug spew
This commit is contained in:
parent
f2569ba92b
commit
bcc98cf14c
@ -44,10 +44,8 @@ test_button_clicks (void)
|
|||||||
g_assert (button != NULL);
|
g_assert (button != NULL);
|
||||||
simsuccess = gtk_test_widget_click (button, 1, 0);
|
simsuccess = gtk_test_widget_click (button, 1, 0);
|
||||||
g_assert (simsuccess == TRUE);
|
g_assert (simsuccess == TRUE);
|
||||||
while (gtk_events_pending ()) {
|
while (gtk_events_pending ())
|
||||||
g_print ("iterate main loop\n");
|
|
||||||
gtk_main_iteration ();
|
gtk_main_iteration ();
|
||||||
}
|
|
||||||
g_assert (a == 0);
|
g_assert (a == 0);
|
||||||
g_assert (b > 0);
|
g_assert (b > 0);
|
||||||
g_assert (c == 0);
|
g_assert (c == 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user