mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-22 07:02:05 +08:00
test(dropdown) remove dummy test case
relaetd to https://github.com/lvgl/lvgl/issues/2337#issuecomment-905002568
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user