about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorGary Guo <gary@garyguo.net>2023-04-07 10:18:28 +0100
committerGary Guo <gary@garyguo.net>2023-04-07 10:18:28 +0100
commitea69dad8fa5db5fcd99fa0e4156efdb7a01b3f3a (patch)
treee67e41a48bfbf93ede14d6b2174cc91a9b330a1c /tests
parent1499a6faad8a64c87e4837572cbcea959ec5c006 (diff)
downloadrust-ea69dad8fa5db5fcd99fa0e4156efdb7a01b3f3a.tar.gz
rust-ea69dad8fa5db5fcd99fa0e4156efdb7a01b3f3a.zip
Fix coverage test
Diffstat (limited to 'tests')
-rw-r--r--tests/run-make/coverage-reports/expected_show_coverage.abort.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/coverage-reports/expected_show_coverage.abort.txt b/tests/run-make/coverage-reports/expected_show_coverage.abort.txt
index ca7741f21e8..a71c58d618d 100644
--- a/tests/run-make/coverage-reports/expected_show_coverage.abort.txt
+++ b/tests/run-make/coverage-reports/expected_show_coverage.abort.txt
@@ -32,7 +32,7 @@
    30|       |// Notes:
    31|       |//   1. Compare this program and its coverage results to those of the similar tests
    32|       |//      `panic_unwind.rs` and `try_error_result.rs`.
-   33|       |//   2. This test confirms the coverage generated when a program includes  `UnwindAction::Terminate`.
+   33|       |//   2. This test confirms the coverage generated when a program includes `UnwindAction::Terminate`.
    34|       |//   3. The test does not invoke the abort. By executing to a successful completion, the coverage
    35|       |//      results show where the program did and did not execute.
    36|       |//   4. If the program actually aborted, the coverage counters would not be saved (which "works as