diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2023-04-21 09:29:55 -0700 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2023-04-21 09:29:55 -0700 |
| commit | 4da05e0b88d8b51fc6912da2d0b93edb2780e76b (patch) | |
| tree | be40d880962b73f73e6485bee8e3eb1c3caf2f6d | |
| parent | 4b981c26487ebe56de6b3000fcd98713804beefc (diff) | |
| download | rust-4da05e0b88d8b51fc6912da2d0b93edb2780e76b.tar.gz rust-4da05e0b88d8b51fc6912da2d0b93edb2780e76b.zip | |
Adjust expected result for coverage test
| -rw-r--r-- | tests/run-make/coverage-reports/expected_show_coverage.issue-84561.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/run-make/coverage-reports/expected_show_coverage.issue-84561.txt b/tests/run-make/coverage-reports/expected_show_coverage.issue-84561.txt index 4a60432c14c..9c3192c008c 100644 --- a/tests/run-make/coverage-reports/expected_show_coverage.issue-84561.txt +++ b/tests/run-make/coverage-reports/expected_show_coverage.issue-84561.txt @@ -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; |
