Added 'the' in chapter "Running test" subtitle "Run unit tests on the compiler/library" (#2040)

This commit is contained in:
GabrieleC07 2024-08-08 19:54:27 +02:00 committed by GitHub
parent 7d522989ff
commit c156104dbe
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ You may want to run unit tests on a specific file with following:
./x test compiler/rustc_data_structures/src/thin_vec/tests.rs ./x test compiler/rustc_data_structures/src/thin_vec/tests.rs
``` ```
But unfortunately, it's impossible. You should invoke following instead: But unfortunately, it's impossible. You should invoke the following instead:
```bash ```bash
./x test compiler/rustc_data_structures/ --test-args thin_vec ./x test compiler/rustc_data_structures/ --test-args thin_vec