diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-03-09 17:51:38 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-03-09 17:51:38 +0000 |
| commit | 684de0418f94622ec8d2a6e7b77ca3f5213790c5 (patch) | |
| tree | 15734d8757ec872789e733a11d7e2557153d4b2e | |
| parent | 2eccd52157071599a2659feb4b92e47e0eddb992 (diff) | |
| download | rust-684de0418f94622ec8d2a6e7b77ca3f5213790c5.tar.gz rust-684de0418f94622ec8d2a6e7b77ca3f5213790c5.zip | |
Update coverage info.
| -rw-r--r-- | tests/run-make/coverage-reports/expected_show_coverage.continue.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/coverage-reports/expected_show_coverage.continue.txt b/tests/run-make/coverage-reports/expected_show_coverage.continue.txt index 1c64ead9f26..bf42924b191 100644 --- a/tests/run-make/coverage-reports/expected_show_coverage.continue.txt +++ b/tests/run-make/coverage-reports/expected_show_coverage.continue.txt @@ -65,6 +65,6 @@ 65| | } 66| 0| x = 3; 67| | } - 68| | let _ = x; + 68| 1| let _ = x; 69| 1|} |
