diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-22 12:57:21 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-22 14:53:22 +1000 |
commit | 933ab0e95f573ed60a4bce80e3331d0e9f2a4c82 (patch) | |
tree | e9927531035d07a235552652db7ea3f7d3b1deaa /test | |
parent | f10c0c590c587ee9c846e760473f301ccc2ea1f2 (diff) |
test: remove duplicate test
Copy/paste error, no functional changes.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/test-touchpad-tap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-touchpad-tap.c b/test/test-touchpad-tap.c index d7b39ef..1e9a8c9 100644 --- a/test/test-touchpad-tap.c +++ b/test/test-touchpad-tap.c @@ -2357,7 +2357,6 @@ litest_setup_tests_touchpad_tap(void) litest_add("tap-2fg:2fg", touchpad_no_2fg_tap_after_move, LITEST_TOUCHPAD, LITEST_SINGLE_TOUCH|LITEST_SEMI_MT); litest_add("tap-2fg:2fg", touchpad_no_2fg_tap_after_timeout, LITEST_TOUCHPAD, LITEST_SINGLE_TOUCH|LITEST_SEMI_MT); litest_add("tap-2fg:2fg", touchpad_no_first_fg_tap_after_move, LITEST_TOUCHPAD, LITEST_SINGLE_TOUCH); - litest_add("tap-2fg:2fg", touchpad_no_first_fg_tap_after_move, LITEST_TOUCHPAD, LITEST_SINGLE_TOUCH); litest_add_ranged("tap-3fg:3fg", touchpad_3fg_tap_btntool, LITEST_TOUCHPAD, LITEST_SINGLE_TOUCH, &tap_map_range); litest_add_ranged("tap-3fg:3fg", touchpad_3fg_tap_btntool_inverted, LITEST_TOUCHPAD, LITEST_SINGLE_TOUCH, &tap_map_range); litest_add_ranged("tap-3fg:3fg", touchpad_3fg_tap, LITEST_TOUCHPAD, LITEST_SINGLE_TOUCH, &tap_map_range); |