aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-libcustomindicator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-libcustomindicator.c b/tests/test-libcustomindicator.c
index 6dc9fe9..c264bfa 100644
--- a/tests/test-libcustomindicator.c
+++ b/tests/test-libcustomindicator.c
@@ -10,6 +10,7 @@ test_libcustomindicator_init (void)
CustomIndicator * ci = CUSTOM_INDICATOR(g_object_new(CUSTOM_INDICATOR_TYPE, NULL));
g_assert(ci != NULL);
g_object_unref(G_OBJECT(ci));
+ return;
}
void