[glib/wip/smcv/defer-test-cleanup] Apply 1 suggestion(s) to 1 file(s)



commit 1a820565fc3b391535aae0cf2ef6997668740a21
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Jan 18 13:39:09 2022 +0000

    Apply 1 suggestion(s) to 1 file(s)

 glib/tests/testing.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/tests/testing.c b/glib/tests/testing.c
index 92e428350..c1fcd8c67 100644
--- a/glib/tests/testing.c
+++ b/glib/tests/testing.c
@@ -1682,7 +1682,7 @@ main (int   argc,
   g_test_add_func ("/tap", test_tap);
   g_test_add_func ("/tap/summary", test_tap_summary);
 
-  ret = g_test_run();
+  ret = g_test_run ();
 
   /* We can't test for https://gitlab.gnome.org/GNOME/glib/-/issues/2563
    * from a test-case, because the whole point of that issue is that it's


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]