1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-30 16:34:26 +02:00
Files
actix-web/actix-web-codegen/tests/trybuild/test-runtime.rs
2021-10-19 17:30:32 +01:00

7 lines
91 B
Rust

#[actix_web::test]
async fn my_test() {
assert!(async { 1 }.await, 1);
}
fn main() {}