diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-03-10 10:35:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-10 10:35:40 +0200 |
| commit | 775167251ad08a33969a438f40c17d954decce35 (patch) | |
| tree | 201cb6d12280ec972e774bd9caac18d4ece31874 | |
| parent | 7f83057e3d0995c2b79183334c4586f0b0fa62e2 (diff) | |
| download | rust-775167251ad08a33969a438f40c17d954decce35.tar.gz rust-775167251ad08a33969a438f40c17d954decce35.zip | |
already mentioned before showing code snippet
| -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 6ce65092389..16cf8dad39d 100644 --- a/src/doc/rustc-dev-guide/src/tests/running.md +++ b/src/doc/rustc-dev-guide/src/tests/running.md @@ -49,7 +49,7 @@ test suite ([`tests/ui`]): ./x test tests/ui ``` -This will run the `ui` test suite. Of course, the choice of test suites is +Of course, the choice of test suites is somewhat arbitrary, and may not suit the task you are doing. For example, if you are hacking on debuginfo, you may be better off with the debuginfo test suite: |
