Skip to content

Commit ef6ca31

Browse files
authored
Update compiletest.md
Slight rewording without changing the meaning.
1 parent 0722dbc commit ef6ca31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/tests/compiletest.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,9 @@ $ COMPILETEST_VERBOSE_CRASHES=1 ./x test tests/crashes/999999.rs --stage 1
565565
```
566566

567567
When adding crashes from <https://github.com/rust-lang/rust/issues>, the issue
568-
number should be appended to the end of the file name (e.g. `calling-undefined-fn-12345.rs`).
569-
Also, include a `//@ known-bug: #12345` directive inside the file.
568+
number should be appended to the end of the file name (e.g.
569+
`calling-undefined-fn-12345.rs`), and a `//@ known-bug: #12345` directive
570+
should be added inside the test file itself.
570571

571572
If you happen to fix one of the crashes, please move it to a fitting
572573
subdirectory in `tests/ui` and give it a meaningful name. Please add a doc

0 commit comments

Comments
 (0)