1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-21 11:00:08 +00:00
actix-web/actix-web-codegen/tests/trybuild/test-runtime.rs

7 lines
91 B
Rust
Raw Normal View History

2021-10-19 16:30:32 +00:00
#[actix_web::test]
async fn my_test() {
assert!(async { 1 }.await, 1);
}
fn main() {}