aboutsummaryrefslogtreecommitdiff
path: root/tests/tcp_into_split.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcp_into_split.rs')
-rw-r--r--tests/tcp_into_split.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcp_into_split.rs b/tests/tcp_into_split.rs
index 2e06643..010984a 100644
--- a/tests/tcp_into_split.rs
+++ b/tests/tcp_into_split.rs
@@ -1,5 +1,5 @@
#![warn(rust_2018_idioms)]
-#![cfg(feature = "full")]
+#![cfg(all(feature = "full", not(tokio_wasi)))] // Wasi doesn't support bind
use std::io::{Error, ErrorKind, Result};
use std::io::{Read, Write};