Skip to content

Commit 6626e5b

Browse files
committed
Fix cfg condition for test
1 parent d5f070b commit 6626e5b

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/unix/ext/net

1 file changed

+1
-1
lines changed

library/std/src/sys/unix/ext/net/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ fn test_send_vectored_with_ancillary_to_unix_datagram() {
559559
}
560560

561561
#[cfg(any(
562-
doc,
562+
test,
563563
target_os = "android",
564564
target_os = "dragonfly",
565565
target_os = "emscripten",

0 commit comments

Comments
 (0)