fixed failing test

This commit is contained in:
Carl Fredrik Samson
2020-04-06 01:55:40 +02:00
parent 12cfcb03c1
commit 310ee249fd
5 changed files with 2 additions and 8 deletions

View File

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