Skip to content

Commit

Permalink
Adjust expected result for coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Apr 21, 2023
1 parent 4b981c2 commit 4da05e0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@
134| |
135| |impl std::fmt::Debug for Foo {
136| | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
137| 7| write!(f, "try and succeed")?;
137| 9| write!(f, "try and succeed")?;
^0
138| 7| Ok(())
139| 7| }
138| 9| Ok(())
139| 9| }
140| |}
141| |
142| |static mut DEBUG_LEVEL_ENABLED: bool = false;
Expand Down

0 comments on commit 4da05e0

Please sign in to comment.