Skip to content

Commit f2fc84f

Browse files
committed
fix coverage report test
1 parent 64f88e8 commit f2fc84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/run-make-fulldeps/coverage-reports/expected_show_coverage.async.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
41| 1| // executed asynchronously.
4242
42| 1| match x {
4343
43| 1| y if c(x).await == y + 1 => { d().await; }
44-
^0 ^0
44+
^0 ^0 ^0 ^0
4545
44| 1| y if f().await == y + 1 => (),
46-
^0 ^0
46+
^0 ^0 ^0
4747
45| 1| _ => (),
4848
46| | }
4949
47| 1|}

0 commit comments

Comments
 (0)