aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pipe.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pipe.rs')
-rw-r--r--tests/pipe.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pipe.rs b/tests/pipe.rs
index cbe42ad..c3d7b9f 100644
--- a/tests/pipe.rs
+++ b/tests/pipe.rs
@@ -60,8 +60,7 @@ fn test_pipe_blocking() {
}
#[cfg(feature = "async")]
-#[tokio::main]
-#[test]
+#[tokio::test]
async fn test_pipe_async() {
use std::os::unix::io::FromRawFd as _;
use tokio::io::AsyncReadExt as _;