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 ed3365e5b3
commit 43d83780db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
```
But unfortunately, it's impossible. You should invoke following instead:
But unfortunately, it's impossible. You should invoke the following instead:
```bash
./x test compiler/rustc_data_structures/ --test-args thin_vec