1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00
Files
actix-net/actix-macros/tests/trybuild/test-05-system-expect-path.rs
2021-10-14 10:54:39 +01:00

5 lines
72 B
Rust

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