mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 15:19:44 +00:00
8 lines
175 B
Rust
8 lines
175 B
Rust
#[rustversion::attr(not(nightly), ignore)]
|
|
#[cfg_attr(skip_ui_tests, ignore)]
|
|
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/*.rs");
|
|
}
|