test(dropdown) remove dummy test case

relaetd to https://github.com/lvgl/lvgl/issues/2337#issuecomment-905002568
This commit is contained in:
Gabor Kiss-Vamosi
2021-08-26 12:11:22 +02:00
parent 0f4e6e26f9
commit 9fb98da8a2
-6
View File
@@ -5,7 +5,6 @@
#include "lv_test_indev.h"
void test_dropdown_create_delete(void);
void test_dropdown_set_text_and_symbol(void);
void test_dropdown_set_options(void);
void test_dropdown_select(void);
void test_dropdown_click(void);
@@ -47,11 +46,6 @@ void test_dropdown_create_delete(void)
}
void test_dropdown_set_text_and_symbol(void)
{
TEST_ASSERT_EQUAL(0, 0);
}
void test_dropdown_set_options(void)
{