mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +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(
|
#[cfg(any(
|
||||||
doc,
|
test,
|
||||||
target_os = "android",
|
target_os = "android",
|
||||||
target_os = "dragonfly",
|
target_os = "dragonfly",
|
||||||
target_os = "emscripten",
|
target_os = "emscripten",
|
||||||
|
Loading…
Reference in New Issue
Block a user