1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 08:12:59 +01:00
actix-net/actix-macros/tests/trybuild/test-01-basic.rs
2020-04-26 20:11:16 +01:00

7 lines
74 B
Rust

#[actix_rt::test]
async fn my_test() {
assert!(true);
}
fn main() {}