actix-web-codegen-const-routes/tests/trybuild/test-runtime.rs

7 lines
91 B
Rust
Raw Normal View History

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