Skip to content

Commit 4da05e0

Browse files
committed
Adjust expected result for coverage test
1 parent 4b981c2 commit 4da05e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tests/run-make/coverage-reports/expected_show_coverage.issue-84561.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@
136136
134| |
137137
135| |impl std::fmt::Debug for Foo {
138138
136| | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
139-
137| 7| write!(f, "try and succeed")?;
139+
137| 9| write!(f, "try and succeed")?;
140140
^0
141-
138| 7| Ok(())
142-
139| 7| }
141+
138| 9| Ok(())
142+
139| 9| }
143143
140| |}
144144
141| |
145145
142| |static mut DEBUG_LEVEL_ENABLED: bool = false;

0 commit comments

Comments
 (0)