Skip to content

Commit b1e07b8

Browse files
committed
Fix a coverage-reports test
1 parent d3097fc commit b1e07b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/test/run-make-fulldeps/coverage-reports/expected_show_coverage.issue-84561.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
24| 1| println!("{:?}", Foo(1));
3232
25| 1|
3333
26| 1| assert_ne!(Foo(0), Foo(5), "{}", if is_true { "true message" } else { "false message" });
34-
^0 ^0 ^0
34+
^0 ^0 ^0 ^0
3535
27| 1| assert_ne!(
3636
28| | Foo(0)
3737
29| | ,
3838
30| | Foo(5)
3939
31| | ,
4040
32| 0| "{}"
41-
33| 0| ,
42-
34| 0| if
41+
33| | ,
42+
34| | if
4343
35| 0| is_true
4444
36| | {
4545
37| 0| "true message"

0 commit comments

Comments
 (0)