summaryrefslogtreecommitdiff
path: root/vendor/lazy_static/tests/ui.rs
blob: af007cd274b38cb02871a8aa6185a80695c17b87 (plain)
1
2
3
4
5
6
#[test]
#[cfg(not(miri))]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile_fail/*.rs");
}