[glib: 2/3] tests: Drop unnecessary usage of g_test_bug_base("")
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 2/3] tests: Drop unnecessary usage of g_test_bug_base("")
- Date: Wed, 21 Aug 2019 17:22:13 +0000 (UTC)
commit 9fc745db07d0e8115d0d903bc121e9bd87fda9d2
Author: Philip Withnall <withnall endlessm com>
Date: Wed Aug 21 19:42:27 2019 +0300
tests: Drop unnecessary usage of g_test_bug_base("")
See the previous commit.
Signed-off-by: Philip Withnall <withnall endlessm com>
gio/tests/task.c | 1 -
glib/tests/timeout.c | 1 -
2 files changed, 2 deletions(-)
---
diff --git a/gio/tests/task.c b/gio/tests/task.c
index 9b2c6912c..0caed4403 100644
--- a/gio/tests/task.c
+++ b/gio/tests/task.c
@@ -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 ();
diff --git a/glib/tests/timeout.c b/glib/tests/timeout.c
index 8f44e7552..47f00ba89 100644
--- a/glib/tests/timeout.c
+++ b/glib/tests/timeout.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]