diff --git a/test/test-tablet.c b/test/test-tablet.c index 8c61d1cf..cf9b3a83 100644 --- a/test/test-tablet.c +++ b/test/test-tablet.c @@ -2501,8 +2501,6 @@ START_TEST(tool_ref) litest_assert(tool == libinput_tablet_tool_ref(tool)); litest_assert(tool == libinput_tablet_tool_unref(tool)); libinput_event_destroy(event); - - litest_assert(libinput_tablet_tool_unref(tool) == NULL); } END_TEST