aboutsummaryrefslogtreecommitdiffstats
path: root/tests/basic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic.rs')
-rw-r--r--tests/basic.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/basic.rs b/tests/basic.rs
index fd74463..f6faa2e 100644
--- a/tests/basic.rs
+++ b/tests/basic.rs
@@ -22,8 +22,7 @@ fn test_cat_blocking() {
}
#[cfg(feature = "async")]
-#[tokio::main]
-#[test]
+#[tokio::test]
async fn test_cat_async() {
use futures::stream::StreamExt as _;
use tokio::io::AsyncWriteExt as _;
@@ -47,8 +46,7 @@ async fn test_cat_async() {
}
#[cfg(feature = "async")]
-#[tokio::main]
-#[test]
+#[tokio::test]
async fn test_yes_async() {
use tokio::io::AsyncReadExt as _;