aboutsummaryrefslogtreecommitdiff
path: root/tests/io_read_to_string.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/io_read_to_string.rs')
-rw-r--r--tests/io_read_to_string.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/io_read_to_string.rs b/tests/io_read_to_string.rs
index 0a79a22..2e9c00a 100644
--- a/tests/io_read_to_string.rs
+++ b/tests/io_read_to_string.rs
@@ -1,4 +1,3 @@
-#[cfg(all(feature = "std", feature = "executor"))]
#[test]
fn read_to_string() {
use futures::executor::block_on;
@@ -19,7 +18,6 @@ fn read_to_string() {
assert!(block_on(c.read_to_string(&mut v)).is_err());
}
-#[cfg(feature = "std")]
#[test]
fn interleave_pending() {
use futures::future::Future;