diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-02-28 14:31:35 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-02-28 17:43:30 +1000 |
commit | 4eb420b16ebdecf450e271d973133e226eed3e25 (patch) | |
tree | 1668044a849890076f842e10be40116ca588d166 /test/test-touchpad-tap.c | |
parent | 4b10af94a8f093de4a0ecbcdfa228361bbfc7a33 (diff) | |
download | libinput-4eb420b16ebdecf450e271d973133e226eed3e25.tar.gz |
test: fix an incomplete comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test/test-touchpad-tap.c')
-rw-r--r-- | test/test-touchpad-tap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-touchpad-tap.c b/test/test-touchpad-tap.c index 0616ae22..a57677c2 100644 --- a/test/test-touchpad-tap.c +++ b/test/test-touchpad-tap.c @@ -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); |