aboutsummaryrefslogtreecommitdiff
path: root/tests/io_cursor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/io_cursor.rs')
-rw-r--r--tests/io_cursor.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/io_cursor.rs b/tests/io_cursor.rs
index 0a93c83..4ba6342 100644
--- a/tests/io_cursor.rs
+++ b/tests/io_cursor.rs
@@ -1,4 +1,3 @@
-#[cfg(all(feature = "std", feature = "executor"))]
#[test]
fn cursor_asyncwrite_vec() {
use assert_matches::assert_matches;
@@ -17,7 +16,6 @@ fn cursor_asyncwrite_vec() {
assert_eq!(cursor.into_inner(), [1, 2, 3, 4, 5, 6, 6, 7]);
}
-#[cfg(all(feature = "std", feature = "executor"))]
#[test]
fn cursor_asyncwrite_box() {
use assert_matches::assert_matches;