2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00

Add link to tests

This commit is contained in:
Oleg Nosov 2020-02-08 16:22:02 +03:00
parent d7cab38b67
commit 68063adddf
No known key found for this signature in database
GPG key ID: DE90B83800644E24

View file

@ -144,6 +144,7 @@ impl Stream for Interchanger {
} }
} }
// https://github.com/async-rs/async-std/pull/701
#[test] #[test]
fn flat_map_doesnt_poll_completed_inner_stream() { fn flat_map_doesnt_poll_completed_inner_stream() {
task::block_on(async { task::block_on(async {
@ -158,6 +159,7 @@ fn flat_map_doesnt_poll_completed_inner_stream() {
}); });
} }
// https://github.com/async-rs/async-std/pull/701
#[test] #[test]
fn flatten_doesnt_poll_completed_inner_stream() { fn flatten_doesnt_poll_completed_inner_stream() {
task::block_on(async { task::block_on(async {