ecore_wl2: fix compilation

This commit is contained in:
Marcel Hollerbach 2020-01-23 11:14:33 +01:00
parent f6eed506d0
commit a8e45ab62f
1 changed files with 2 additions and 2 deletions

View File

@ -218,8 +218,8 @@ EFL_START_TEST(wl2_input_keyboard_repeat)
ecore_wl2_input_keyboard_repeat_set(input, 2.0, 2.0);
ecore_wl2_input_keyboard_repeat_get(input, &rate, &delay);
ck_assert_double_ne(rate, 2.0);
ck_assert_double_ne(delay, 2.0);
ck_assert(!EINA_DBL_EQ(rate, 2.0));
ck_assert(!EINA_DBL_EQ(delay, 2.0));
}
}