about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorbstrie <865233+bstrie@users.noreply.github.com>2021-02-17 17:10:04 -0500
committerJoshua Nelson <joshua@yottadb.com>2021-02-17 17:13:07 -0500
commit3fa03ed24cbeb159d3da8a08c81422157b978bce (patch)
treef279f6244e169610f38346811514375d899cd7ca /src/doc/rustc-dev-guide
parent4e372e67805e6a3409d45ccc539854e3d15f4f63 (diff)
downloadrust-3fa03ed24cbeb159d3da8a08c81422157b978bce.tar.gz
rust-3fa03ed24cbeb159d3da8a08c81422157b978bce.zip
Update running.md
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/running.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/running.md b/src/doc/rustc-dev-guide/src/tests/running.md
index 842a73c0726..874ef827461 100644
--- a/src/doc/rustc-dev-guide/src/tests/running.md
+++ b/src/doc/rustc-dev-guide/src/tests/running.md
@@ -36,10 +36,10 @@ modifying rustc to see if things are generally working correctly would be the
 following:
 
 ```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
 doing. For example, if you are hacking on debuginfo, you may be better off
 with the debuginfo test suite: