test: fix an incomplete comment

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-02-28 14:31:35 +10:00
parent 4b10af94a8
commit 4eb420b16e

View file

@ -1613,7 +1613,8 @@ START_TEST(touchpad_3fg_tap_hover_btntool)
litest_touch_move_to(dev, 1, 70, 50, 50, 70, 10, 0);
litest_drain_events(li);
/* drop below the pressure threshold in the same frame as starting a */
/* drop below the pressure threshold in the same frame as starting a
* third touch */
litest_event(dev, EV_ABS, ABS_MT_PRESSURE, 3);
litest_event(dev, EV_ABS, ABS_PRESSURE, 3);
litest_event(dev, EV_KEY, BTN_TOUCH, 0);