mirror of
https://github.com/fafhrd91/actix-web
synced 2025-02-17 10:13:30 +01:00
8 lines
166 B
Rust
8 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");
|
||
|
}
|