Skip to content

Commit 079913e

Browse files
committed
disable socket tests in Miri
1 parent 5ac8ece commit 079913e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/std/tests/windows_unix_socket.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![cfg(windows)]
2+
#![cfg(not(miri))] // no socket support in Miri
23
#![feature(windows_unix_domain_sockets)]
34
// Now only test windows_unix_domain_sockets feature
45
// in the future, will test both unix and windows uds

0 commit comments

Comments
 (0)