test: Fix name of litest_button_click() definition

In litest.h it was called litest_button_click() while in litest.c
litest_click(); update the definition to be the same as the declaration.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2014-03-25 22:56:58 +01:00
parent 3bee64a845
commit d9bfaeb59e

View file

@ -643,7 +643,7 @@ litest_touch_move_to(struct litest_device *d,
}
void
litest_click(struct litest_device *d, unsigned int button, bool is_press)
litest_button_click(struct litest_device *d, unsigned int button, bool is_press)
{
struct input_event *ev;