summaryrefslogtreecommitdiffstats
path: root/third_party/rust/proc-macro-error/tests/macro-errors.rs
blob: dd60f88a80e75eb21407d5234340613c760c4997 (plain)
1
2
3
4
5
6
7
8
extern crate trybuild;

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