Correct tests misplacement (#1564)
Since the tests move, this was not correct anymore.
This commit is contained in:
parent
4583b43b6b
commit
c7064daba1
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue