Skip to content

Commit f3c5227

Browse files
committed
Fixed cfg in original_dst_v6 test (#625)
1 parent 9463a02 commit f3c5227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/socket.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ fn original_dst_v4() {
17231723
#[test]
17241724
#[cfg(all(
17251725
feature = "all",
1726-
any(target_os = "android", target_os = "fuchsia", target_os = "linux")
1726+
any(target_os = "android", target_os = "linux", target_os = "windows")
17271727
))]
17281728
fn original_dst_v6() {
17291729
let socket = Socket::new(Domain::IPV6, Type::STREAM, None).unwrap();

0 commit comments

Comments
 (0)