mirror of
https://github.com/actix/actix-web.git
synced 2025-01-20 05:58:08 +00:00
7 lines
166 B
Rust
7 lines
166 B
Rust
#[test]
|
|
fn compile_macros() {
|
|
let t = trybuild::TestCases::new();
|
|
|
|
t.pass("tests/trybuild/simple.rs");
|
|
t.compile_fail("tests/trybuild/simple-fail.rs");
|
|
}
|