compiletest: fix outdated `rustdoc-js` test suite name

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2025-01-17 08:40:04 +08:00
parent a75e404c37
commit e9d9b29d06
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ Consider writing the test as a proper incremental test instead.
| Directive | Explanation | Supported test suites | Possible values |
|-------------|--------------------------------------------------------------|------------------------------------------|---------------------------|
| `doc-flags` | Flags passed to `rustdoc` when building the test or aux file | `rustdoc`, `js-doc-test`, `rustdoc-json` | Any valid `rustdoc` flags |
| `doc-flags` | Flags passed to `rustdoc` when building the test or aux file | `rustdoc`, `rustdoc-js`, `rustdoc-json` | Any valid `rustdoc` flags |
<!--
**FIXME(rustdoc)**: what does `check-test-line-numbers-match` do?