Skip to content

Commit 5c197a6

Browse files
committed
Avoid running socketpair test on window
1 parent 65e4088 commit 5c197a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fail-dep/tokio/read_from_full_socketpair.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//@ignore-target-windows: No libc socketpair on Windows
12
fn main() {
23
// Open a socketpair instance.
34
let mut fds = [-1, -1];

0 commit comments

Comments
 (0)