Skip to content

Commit 5b2ef08

Browse files
bstrieJoshua Nelson
authored and
Joshua Nelson
committed
Update running.md
1 parent 3708c82 commit 5b2ef08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/running.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ modifying rustc to see if things are generally working correctly would be the
3636
following:
3737

3838
```bash
39-
./x.py test src/test/{ui,compile-fail}
39+
./x.py test src/test/ui
4040
```
4141

42-
This will run the `ui` and `compile-fail` test suites. Of course, the choice
42+
This will run the `ui` test suite. Of course, the choice
4343
of test suites is somewhat arbitrary, and may not suit the task you are
4444
doing. For example, if you are hacking on debuginfo, you may be better off
4545
with the debuginfo test suite:

0 commit comments

Comments
 (0)