Mark unix-specific tests with cfg

This commit is contained in:
Stjepan Glavina 2020-05-22 20:18:52 +02:00
parent f245693472
commit 702e1f8097
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ fn udp_connect() -> io::Result<()> {
Ok(())
})
}
#[cfg(unix)]
#[test]
fn uds_connect() -> io::Result<()> {
smol::run(async {