We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a0e16 commit e7bea57Copy full SHA for e7bea57
src/tools/compiletest/src/runtest/crashes.rs
@@ -15,7 +15,7 @@ impl TestCx<'_> {
15
// if a test does not crash, consider it an error
16
if proc_res.status.success() || matches!(proc_res.status.code(), Some(1 | 0)) {
17
self.fatal(&format!(
18
- "crashtest no longer crashes/triggers ICE, horray! Please give it a meaningful \
+ "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful \
19
name, add a doc-comment to the start of the test explaining why it exists and \
20
move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR \
21
description ensures that the corresponding ticket is auto-closed upon merge. \
0 commit comments