Skip to content

Commit b987223

Browse files
luqmanatshepang
authored andcommitted
Debuginfo tests now also support revisions.
1 parent 8cf6d80 commit b987223

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/rustc-dev-guide/src/tests/compiletest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,9 @@ fn main() {
452452

453453
## Revisions
454454

455-
Certain classes of tests support "revisions" (as of <!-- date: 2022-02 --> February 2022,
456-
this includes UI, assembly, codegen, incremental, and rustdoc UI tests, though
457-
incremental tests are somewhat different).
455+
Certain classes of tests support "revisions" (as of <!-- date: 2022-07 --> July 2022,
456+
this includes UI, assembly, codegen, debuginfo, incremental, and rustdoc UI tests,
457+
though incremental tests are somewhat different).
458458
Revisions allow a single test file to be used for multiple tests.
459459
This is done by adding a special header at the top of the file:
460460

0 commit comments

Comments
 (0)