[wing/wip/nacho/poll] Fix
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [wing/wip/nacho/poll] Fix
- Date: Tue, 4 Dec 2018 11:13:05 +0000 (UTC)
commit b9c6d5d7ccbbdf84549d30139172d88ee8268b87
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date: Tue Dec 4 12:12:51 2018 +0100
Fix
tests/poll.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/tests/poll.c b/tests/poll.c
index bc6f61b..75a1a00 100644
--- a/tests/poll.c
+++ b/tests/poll.c
@@ -610,14 +610,10 @@ int
main (int argc,
char *argv[])
{
- int result;
-
g_test_init (&argc, &argv, NULL);
init_networking ();
g_test_add_func ("/poll/wing-poll", test_wing_poll);
- result = g_test_run ();
-
- return result;
+ return g_test_run ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]