mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix cfg condition for test
This commit is contained in:
parent
d30508f95c
commit
e0cedba63e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user