about summary refs log tree commit diff
path: root/src/tools/compiletest
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-03-04 15:04:38 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2025-03-07 20:44:08 +1100
commite7bea57ce42f6882c8721ca59d0a96e13e1cbbe3 (patch)
treea0bb502825e42c4a5575a82647b93277583c0de2 /src/tools/compiletest
parent91a0e1604f343730022bc903cbf201d8b0a86a71 (diff)
downloadrust-e7bea57ce42f6882c8721ca59d0a96e13e1cbbe3.tar.gz
rust-e7bea57ce42f6882c8721ca59d0a96e13e1cbbe3.zip
Fix a typo in the crashtest output.
Diffstat (limited to 'src/tools/compiletest')
-rw-r--r--src/tools/compiletest/src/runtest/crashes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/src/runtest/crashes.rs b/src/tools/compiletest/src/runtest/crashes.rs
index 885ed3b08fa..da1e74b4a56 100644
--- a/src/tools/compiletest/src/runtest/crashes.rs
+++ b/src/tools/compiletest/src/runtest/crashes.rs
@@ -15,7 +15,7 @@ impl TestCx<'_> {
         // if a test does not crash, consider it an error
         if proc_res.status.success() || matches!(proc_res.status.code(), Some(1 | 0)) {
             self.fatal(&format!(
-                "crashtest no longer crashes/triggers ICE, horray! Please give it a meaningful \
+                "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful \
                 name, add a doc-comment to the start of the test explaining why it exists and \
                 move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR \
                 description ensures that the corresponding ticket is auto-closed upon merge. \