File tree 1 file changed +5
-4
lines changed
src/tools/compiletest/src/runtest
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ impl TestCx<'_> {
15
15
// if a test does not crash, consider it an error
16
16
if proc_res. status . success ( ) || matches ! ( proc_res. status. code( ) , Some ( 1 | 0 ) ) {
17
17
self . fatal ( & format ! (
18
- "crashtest no longer crashes/triggers ICE, horray! Please give it a meaningful name, \
19
- 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 description \
21
- ensures that the corresponding ticket is auto-closed upon merge."
18
+ "crashtest no longer crashes/triggers ICE, horray! 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. \
22
+ If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
22
23
) ) ;
23
24
}
24
25
}
You can’t perform that action at this time.
0 commit comments