tests: Drop unnecessary usage of g_test_bug_base("")

See the previous commit.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-08-21 19:42:27 +03:00
parent e7b857a44a
commit 9fc745db07
2 changed files with 0 additions and 2 deletions

View File

@ -2321,7 +2321,6 @@ main (int argc, char **argv)
int ret;
g_test_init (&argc, &argv, NULL);
g_test_bug_base ("");
loop = g_main_loop_new (NULL, FALSE);
main_thread = g_thread_self ();

View File

@ -188,7 +188,6 @@ int
main (int argc, char *argv[])
{
g_test_init (&argc, &argv, NULL);
g_test_bug_base ("");
g_test_add_func ("/timeout/seconds", test_seconds);
g_test_add_func ("/timeout/weeks-overflow", test_weeks_overflow);