about summary refs log tree commit diff
path: root/tests/run-make/coverage/abort.rs
diff options
context:
space:
mode:
authorGary Guo <gary@garyguo.net>2023-04-05 09:17:40 +0100
committerGary Guo <gary@garyguo.net>2023-04-06 09:34:17 +0100
commit2a9d710d999e629c064908076420635096eb39de (patch)
tree89f0ab70dda4965f5d48663c534853a50577da18 /tests/run-make/coverage/abort.rs
parentc5829c2ee544eb9931ce0d34f46b113b0a1e7f04 (diff)
downloadrust-2a9d710d999e629c064908076420635096eb39de.tar.gz
rust-2a9d710d999e629c064908076420635096eb39de.zip
Bless tests
Diffstat (limited to 'tests/run-make/coverage/abort.rs')
-rw-r--r--tests/run-make/coverage/abort.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/coverage/abort.rs b/tests/run-make/coverage/abort.rs
index 3dac43df8f3..98264bdc1af 100644
--- a/tests/run-make/coverage/abort.rs
+++ b/tests/run-make/coverage/abort.rs
@@ -30,7 +30,7 @@ fn main() -> Result<(), u8> {
 // Notes:
 //   1. Compare this program and its coverage results to those of the similar tests
 //      `panic_unwind.rs` and `try_error_result.rs`.
-//   2. This test confirms the coverage generated when a program includes `TerminatorKind::Abort`.
+//   2. This test confirms the coverage generated when a program includes `UnwindAction::Terminate`.
 //   3. The test does not invoke the abort. By executing to a successful completion, the coverage
 //      results show where the program did and did not execute.
 //   4. If the program actually aborted, the coverage counters would not be saved (which "works as