about summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext/net/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/unix/ext/net/tests.rs')
-rw-r--r--library/std/src/sys/unix/ext/net/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/unix/ext/net/tests.rs b/library/std/src/sys/unix/ext/net/tests.rs
index abf45ad2d1b..cb04de18828 100644
--- a/library/std/src/sys/unix/ext/net/tests.rs
+++ b/library/std/src/sys/unix/ext/net/tests.rs
@@ -559,7 +559,7 @@ fn test_send_vectored_with_ancillary_to_unix_datagram() {
 }
 
 #[cfg(any(
-    doc,
+    test,
     target_os = "android",
     target_os = "dragonfly",
     target_os = "emscripten",