1 2
use revue::widget::combobox; #[test] fn test_combobox_select() { let mut c = combobox(); c.select(0); }