mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-24 18:12:14 +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");
|
|
}
|