From e37068b1235b09d4a105c40455e0367d27c2b0ee Mon Sep 17 00:00:00 2001 From: Luqman Aden Date: Wed, 20 Jul 2022 15:31:16 -0700 Subject: [PATCH] Debuginfo tests now also support revisions. --- src/tests/compiletest.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tests/compiletest.md b/src/tests/compiletest.md index a3d37a37c..5c3dcf54b 100644 --- a/src/tests/compiletest.md +++ b/src/tests/compiletest.md @@ -452,9 +452,9 @@ fn main() { ## Revisions -Certain classes of tests support "revisions" (as of February 2022, -this includes UI, assembly, codegen, incremental, and rustdoc UI tests, though -incremental tests are somewhat different). +Certain classes of tests support "revisions" (as of July 2022, +this includes UI, assembly, codegen, debuginfo, incremental, and rustdoc UI tests, +though incremental tests are somewhat different). Revisions allow a single test file to be used for multiple tests. This is done by adding a special header at the top of the file: