Skip to content

Commit 629142a

Browse files
committed
fix test too
1 parent d75e770 commit 629142a

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/os/net/linux_ext

1 file changed

+1
-0
lines changed

library/std/src/os/net/linux_ext/tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ fn quickack() {
2828
}
2929

3030
#[test]
31+
#[cfg(target_os = "linux")]
3132
fn deferaccept() {
3233
use crate::{
3334
net::{test::next_test_ip4, TcpListener, TcpStream},

0 commit comments

Comments
 (0)