We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3708c82 commit 5b2ef08Copy full SHA for 5b2ef08
src/tests/running.md
@@ -36,10 +36,10 @@ modifying rustc to see if things are generally working correctly would be the
36
following:
37
38
```bash
39
-./x.py test src/test/{ui,compile-fail}
+./x.py test src/test/ui
40
```
41
42
-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
43
of test suites is somewhat arbitrary, and may not suit the task you are
44
doing. For example, if you are hacking on debuginfo, you may be better off
45
with the debuginfo test suite:
0 commit comments