From 43d83780db545a1ed6d45773312fc578987e3968 Mon Sep 17 00:00:00 2001 From: GabrieleC07 <162597188+GabrieleC07@users.noreply.github.com> Date: Thu, 8 Aug 2024 19:54:27 +0200 Subject: [PATCH] Added 'the' in chapter "Running test" subtitle "Run unit tests on the compiler/library" (#2040) --- src/tests/running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/running.md b/src/tests/running.md index ca0ceb7513bf0..b4bf9c4404867 100644 --- a/src/tests/running.md +++ b/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