Correct tests misplacement (#1564)

Since the tests move, this was not correct anymore.
This commit is contained in:
Albert Larsan 2023-01-20 15:18:15 +01:00 committed by GitHub
parent 4583b43b6b
commit c7064daba1
1 changed files with 3 additions and 1 deletions

View File

@ -27,8 +27,10 @@ The repository consists of three main directories:
`proc_macro`, `test`), as well as the Rust runtime (`backtrace`, `rtstartup`,
`lang_start`).
- `tests/` contains the compiler tests.
- `src/` contains the source code for rustdoc, clippy, cargo, the build system,
compiler tests, language docs, etc.
language docs, etc.
## Compiler