mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02: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:
@@ -2321,7 +2321,6 @@ main (int argc, char **argv)
|
|||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
g_test_init (&argc, &argv, NULL);
|
g_test_init (&argc, &argv, NULL);
|
||||||
g_test_bug_base ("");
|
|
||||||
|
|
||||||
loop = g_main_loop_new (NULL, FALSE);
|
loop = g_main_loop_new (NULL, FALSE);
|
||||||
main_thread = g_thread_self ();
|
main_thread = g_thread_self ();
|
||||||
|
@@ -188,7 +188,6 @@ int
|
|||||||
main (int argc, char *argv[])
|
main (int argc, char *argv[])
|
||||||
{
|
{
|
||||||
g_test_init (&argc, &argv, NULL);
|
g_test_init (&argc, &argv, NULL);
|
||||||
g_test_bug_base ("");
|
|
||||||
|
|
||||||
g_test_add_func ("/timeout/seconds", test_seconds);
|
g_test_add_func ("/timeout/seconds", test_seconds);
|
||||||
g_test_add_func ("/timeout/weeks-overflow", test_weeks_overflow);
|
g_test_add_func ("/timeout/weeks-overflow", test_weeks_overflow);
|
||||||
|
Reference in New Issue
Block a user