rust/tests/fail/crates/tokio_mvp.rs
Ralf Jung b1b368c30e test page_size via test dependency support
and move crate tests to their own folders
2022-07-21 09:04:35 -04:00

8 lines
263 B
Rust

//@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() {}