1ea88969fSopenharmony_ciextern crate trybuild; 2ea88969fSopenharmony_ci 3ea88969fSopenharmony_ci#[cfg_attr(skip_ui_tests, ignore)] 4ea88969fSopenharmony_ci#[test] 5ea88969fSopenharmony_cifn ui() { 6ea88969fSopenharmony_ci let t = trybuild::TestCases::new(); 7ea88969fSopenharmony_ci t.compile_fail("tests/ui/*.rs"); 8ea88969fSopenharmony_ci} 9