6 lines
93 B
Rust
6 lines
93 B
Rust
|
#[test]
|
||
|
fn tests() {
|
||
|
let t = trybuild::TestCases::new();
|
||
|
t.pass("tests/basic.rs");
|
||
|
}
|