Skip to content

Commit e7bea57

Browse files
committed
Fix a typo in the crashtest output.
1 parent 91a0e16 commit e7bea57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/compiletest/src/runtest/crashes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ impl TestCx<'_> {
1515
// if a test does not crash, consider it an error
1616
if proc_res.status.success() || matches!(proc_res.status.code(), Some(1 | 0)) {
1717
self.fatal(&format!(
18-
"crashtest no longer crashes/triggers ICE, horray! Please give it a meaningful \
18+
"crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful \
1919
name, add a doc-comment to the start of the test explaining why it exists and \
2020
move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR \
2121
description ensures that the corresponding ticket is auto-closed upon merge. \

0 commit comments

Comments
 (0)