mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 20:28:33 +00:00
Adjust expected result for coverage test
This commit is contained in:
parent
4b981c2648
commit
4da05e0b88
@ -136,10 +136,10 @@
|
|||||||
134| |
|
134| |
|
||||||
135| |impl std::fmt::Debug for Foo {
|
135| |impl std::fmt::Debug for Foo {
|
||||||
136| | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
|
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
|
^0
|
||||||
138| 7| Ok(())
|
138| 9| Ok(())
|
||||||
139| 7| }
|
139| 9| }
|
||||||
140| |}
|
140| |}
|
||||||
141| |
|
141| |
|
||||||
142| |static mut DEBUG_LEVEL_ENABLED: bool = false;
|
142| |static mut DEBUG_LEVEL_ENABLED: bool = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user