aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ui.rs
blob: 17c22482e791e9b6141fa323e3c74964100819be (plain) (blame)
1
2
3
4
5
6
7
use trybuild::TestCases;

#[cfg_attr(not(windows), test)]
fn ui() {
    let t = TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}