about summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext/net/tests.rs
diff options
context:
space:
mode:
authorLinkTed <LinkTed@users.noreply.github.com>2020-09-20 15:06:41 +0200
committerLinkTed <LinkTed@users.noreply.github.com>2020-10-10 15:19:13 +0200
commite0cedba63e47f172db69669ba499d9e2638f482c (patch)
tree489564147eb5ffc1b92d6ae33e940c3e78cbc9a5 /library/std/src/sys/unix/ext/net/tests.rs
parentd30508f95c7a6cf371db5413b04322508d848c0e (diff)
downloadrust-e0cedba63e47f172db69669ba499d9e2638f482c.tar.gz
rust-e0cedba63e47f172db69669ba499d9e2638f482c.zip
Fix cfg condition for test
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",