summaryrefslogtreecommitdiff
path: root/test/test-device.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-05-30 13:02:28 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-06-01 09:52:31 +1000
commite0ac0153f78fb822f56172fc8fa836907aa06e37 (patch)
tree045ce3834c1f901dcbf3996c80f6b70242a84b16 /test/test-device.c
parent3108653e0ad9292dff7185d7bb5b5c827404dce1 (diff)
downloadlibinput-e0ac0153f78fb822f56172fc8fa836907aa06e37.tar.gz
test: drop two superfluous empty queue checks
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test/test-device.c')
-rw-r--r--test/test-device.c2
1 files changed, 0 insertions, 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);