mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 06:20:26 +01:00
test: remove a wait loop from the usec gesture test
We know we (should) have events when we get here. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
02ca5556b4
commit
f8d4c87e13
1 changed files with 1 additions and 2 deletions
|
|
@ -375,8 +375,7 @@ START_TEST(gestures_time_usec)
|
|||
0, 30,
|
||||
4, 2);
|
||||
|
||||
litest_wait_for_event(li);
|
||||
|
||||
libinput_dispatch(li);
|
||||
event = libinput_get_event(li);
|
||||
gevent = litest_is_gesture_event(event,
|
||||
LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue