1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 03:42:59 +01:00
actix-net/actix-macros/tests/trybuild/test-05-system-expect-path.rs

5 lines
72 B
Rust

#[actix_rt::test(system = "!@#*&")]
async fn my_test() {}
fn main() {}