From e0ac0153f78fb822f56172fc8fa836907aa06e37 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 30 May 2017 13:02:28 +1000 Subject: [PATCH] test: drop two superfluous empty queue checks Signed-off-by: Peter Hutterer --- test/test-device.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test-device.c b/test/test-device.c index fdbab20c..018b194f 100644 --- a/test/test-device.c +++ b/test/test-device.c @@ -481,7 +481,6 @@ START_TEST(device_disable_release_buttons) litest_button_click(dev, BTN_LEFT, true); litest_drain_events(li); - litest_assert_empty_queue(li); status = libinput_device_config_send_events_set_mode(device, LIBINPUT_CONFIG_SEND_EVENTS_DISABLED); @@ -516,7 +515,6 @@ START_TEST(device_disable_release_keys) litest_button_click(dev, KEY_A, true); litest_drain_events(li); - litest_assert_empty_queue(li); status = libinput_device_config_send_events_set_mode(device, LIBINPUT_CONFIG_SEND_EVENTS_DISABLED);