Skip to content

Commit

Permalink
fix coverage report test
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Dec 13, 2021
1 parent 64f88e8 commit f2fc84f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -41,9 +41,9 @@
41| 1| // executed asynchronously.
42| 1| match x {
43| 1| y if c(x).await == y + 1 => { d().await; }
^0 ^0
^0 ^0 ^0 ^0
44| 1| y if f().await == y + 1 => (),
^0 ^0
^0 ^0 ^0
45| 1| _ => (),
46| | }
47| 1|}
Expand Down

0 comments on commit f2fc84f

Please sign in to comment.