- Timestamp:
- 2020-03-17T11:29:47Z (5 years ago)
- Branches:
- master
- Children:
- c479242
- Parents:
- 3a547ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/check_irc.c
r3a547ee rb15cbc4 6 6 #include <stdio.h> 7 7 #include "irc.h" 8 #include "events.h" 8 9 #include "testsuite.h" 9 10 … … 43 44 fail_unless(g_io_channel_flush(ch2, NULL) == G_IO_STATUS_NORMAL); 44 45 45 g_main_iteration(FALSE);46 b_main_iteration(); 46 47 irc_free(irc); 47 48
Note: See TracChangeset
for help on using the changeset viewer.