mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
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:
parent
e7b857a44a
commit
9fc745db07
@ -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 ();
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user