diff options
| author | GabrieleC07 <162597188+GabrieleC07@users.noreply.github.com> | 2024-08-08 19:54:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-09 01:54:27 +0800 |
| commit | 14a90e2b99449a055f8dbfb5fd661a49a16e3c3d (patch) | |
| tree | cea8348651599a8072523cc7e022d1196e2b5d2a /src/doc/rustc-dev-guide | |
| parent | e45d7ef02e7e6d1e367706b95eb8564fab968aed (diff) | |
| download | rust-14a90e2b99449a055f8dbfb5fd661a49a16e3c3d.tar.gz rust-14a90e2b99449a055f8dbfb5fd661a49a16e3c3d.zip | |
Added 'the' in chapter "Running test" subtitle "Run unit tests on the compiler/library" (#2040)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/running.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/running.md b/src/doc/rustc-dev-guide/src/tests/running.md index ca0ceb7513b..b4bf9c44048 100644 --- a/src/doc/rustc-dev-guide/src/tests/running.md +++ b/src/doc/rustc-dev-guide/src/tests/running.md @@ -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 |
