#[test]
fn ui_tests() {
let t = trybuild::TestCases::new();
t.pass("tests/compile-pass/define_error.rs");
t.pass("tests/compile-pass/try_easy.rs");
t.compile_fail("tests/compile-fail/invalid_define_error.rs");
t.compile_fail("tests/compile-fail/invalid_try_easy.rs");
}