mirror of
https://github.com/fafhrd91/actix-net
synced 2025-01-05 17:45:02 +01:00
8 lines
83 B
Rust
8 lines
83 B
Rust
#[actix_rt::test]
|
|
#[should_panic]
|
|
async fn my_test() {
|
|
todo!()
|
|
}
|
|
|
|
fn main() {}
|