rust/tests/fail/crates/tokio_mvp.rs

8 lines
263 B
Rust
Raw Normal View History

2022-07-14 05:03:08 -05:00
//@compile-flags: -Zmiri-disable-isolation
//@error-pattern: can't call foreign function: epoll_create1
//@normalize-stderr-test: " = note: inside .*\n" -> ""
//@only-target-linux: the errors differ too much between platforms
#[tokio::main]
async fn main() {}