aboutsummaryrefslogtreecommitdiff
path: root/tests/io_split.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/io_split.rs')
-rw-r--r--tests/io_split.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io_split.rs b/tests/io_split.rs
index a012166..4cbd2a2 100644
--- a/tests/io_split.rs
+++ b/tests/io_split.rs
@@ -1,5 +1,5 @@
#![warn(rust_2018_idioms)]
-#![cfg(feature = "full")]
+#![cfg(all(feature = "full", not(tokio_wasi)))] // Wasi does not support panic recovery
use tokio::io::{split, AsyncRead, AsyncWrite, ReadBuf, ReadHalf, WriteHalf};