1#[test] 2fn tests() { 3 let t = trybuild::TestCases::new(); 4 t.pass("tests/01.rs"); 5 t.pass("tests/02.rs"); 6} 7 8