File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/tools/compiletest/src Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -375,9 +375,10 @@ impl<'test> TestCx<'test> {
375
375
// if a test does not crash, consider it an error
376
376
if proc_res. status . success ( ) || matches ! ( proc_res. status. code( ) , Some ( 1 | 0 ) ) {
377
377
self . fatal ( & format ! (
378
- "test no longer crashes/triggers ICE! Please give it a mearningful name, \
378
+ "Crashtest no longer crashes/triggers ICE, horray ! Please give it a meaningful name, \
379
379
add a doc-comment to the start of the test explaining why it exists and \
380
- move it to tests/ui or wherever you see fit."
380
+ move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR body \
381
+ and commit message ensures that the correspondig ticket is auto-closed upon merge."
381
382
) ) ;
382
383
}
383
384
}
You can’t perform that action at this time.
0 commit comments