Fix cfg condition for test

This commit is contained in:
LinkTed 2020-09-20 15:06:41 +02:00
parent d30508f95c
commit e0cedba63e

View File

@ -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",