Skip to content

Commit da426fa

Browse files
committed
limit tokio test to linux
1 parent ff9e0b0 commit da426fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fail/tokio_mvp.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@compile-flags: -Zmiri-disable-isolation
22
//@error-pattern: can't call foreign function: epoll_create1
33
//@normalize-stderr-test: " = note: inside .*\n" -> ""
4+
//@only-target-linux: the errors differ too much between platforms
45

56
#[tokio::main]
67
async fn main() {}

0 commit comments

Comments
 (0)