Update running.md

This commit is contained in:
bstrie 2021-02-17 17:10:04 -05:00 committed by Joshua Nelson
parent 1ab6279cea
commit 87b317f966
1 changed files with 2 additions and 2 deletions

View File

@ -36,10 +36,10 @@ modifying rustc to see if things are generally working correctly would be the
following: following:
```bash ```bash
./x.py test src/test/{ui,compile-fail} ./x.py test src/test/ui
``` ```
This will run the `ui` and `compile-fail` test suites. Of course, the choice This will run the `ui` test suite. Of course, the choice
of test suites is somewhat arbitrary, and may not suit the task you are 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 doing. For example, if you are hacking on debuginfo, you may be better off
with the debuginfo test suite: with the debuginfo test suite: