Added 'the' in chapter "Running test" subtitle "Run unit tests on the compiler/library" (#2040)
This commit is contained in:
parent
7d522989ff
commit
c156104dbe
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue