mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
Update futures-mio tests
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ fn limit() {
|
||||
read_to_end(a.take(4), Vec::new())
|
||||
});
|
||||
|
||||
let data = t!(l.run(copied));
|
||||
let (_, data) = t!(l.run(copied));
|
||||
t.join().unwrap();
|
||||
|
||||
assert_eq!(data, b"foo ");
|
||||
|
||||
Reference in New Issue
Block a user