fixed failing test

This commit is contained in:
Carl Fredrik Samson
2020-04-06 02:12:23 +02:00
parent 310ee249fd
commit 9b9b72afa5
14 changed files with 6 additions and 566 deletions

View File

@@ -2930,8 +2930,8 @@ fn main() {
};
let mainfut = async {
handle1.await;
handle2.await;
fut1.await;
fut2.await;
};
block_on(mainfut);