summaryrefslogtreecommitdiff
path: root/test/test-log.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-log.c')
-rw-r--r--test/test-log.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test-log.c b/test/test-log.c
index a7787bc4..47b4debe 100644
--- a/test/test-log.c
+++ b/test/test-log.c
@@ -57,7 +57,7 @@ START_TEST(log_default_priority)
ck_assert_int_eq(pri, LIBINPUT_LOG_PRIORITY_ERROR);
- libinput_unref(li);
+ litest_destroy_context(li);
}
END_TEST
@@ -78,7 +78,7 @@ START_TEST(log_handler_invoked)
ck_assert_int_gt(log_handler_called, 0);
- libinput_unref(li);
+ litest_destroy_context(li);
log_handler_context = NULL;
log_handler_called = 0;
@@ -99,7 +99,7 @@ START_TEST(log_handler_NULL)
ck_assert_int_eq(log_handler_called, 0);
- libinput_unref(li);
+ litest_destroy_context(li);
log_handler_called = 0;
}
@@ -127,7 +127,7 @@ START_TEST(log_priority)
libinput_path_add_device(li, "/dev/input/event0");
ck_assert_int_gt(log_handler_called, 1);
- libinput_unref(li);
+ litest_destroy_context(li);
log_handler_context = NULL;
log_handler_called = 0;