diff options
Diffstat (limited to 'tests/irc/core/test-irc.c')
-rw-r--r-- | tests/irc/core/test-irc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/irc/core/test-irc.c b/tests/irc/core/test-irc.c index c96956df..3eaf7020 100644 --- a/tests/irc/core/test-irc.c +++ b/tests/irc/core/test-irc.c @@ -197,7 +197,9 @@ int main(int argc, char **argv) g_free(name); } +#if GLIB_CHECK_VERSION(2,38,0) g_test_set_nonfatal_assertions(); +#endif return g_test_run(); } |