Correct tests misplacement (#1564)
Since the tests move, this was not correct anymore.
This commit is contained in:
parent
2c0ea01426
commit
2ea2af6eb2
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue