summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2020-02-13 16:03:46 -0300
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-03-17 12:16:02 -0500
commit470299d0b35915bdb6f9c4b1e1ae4302ebbbbde7 (patch)
treea11acce2a379fefd2910f0de942ea16623dc298b /src/doc/rustc-dev-guide
parentfa8342f428eca91adec9a66af5238f153fb3429a (diff)
downloadrust-470299d0b35915bdb6f9c4b1e1ae4302ebbbbde7.tar.gz
rust-470299d0b35915bdb6f9c4b1e1ae4302ebbbbde7.zip
Rephrase where compiletest is located
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/intro.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/intro.md b/src/doc/rustc-dev-guide/src/tests/intro.md
index 6a528ae4571..e0ccfdb44fe 100644
--- a/src/doc/rustc-dev-guide/src/tests/intro.md
+++ b/src/doc/rustc-dev-guide/src/tests/intro.md
@@ -2,10 +2,10 @@
 
 The Rust project runs a wide variety of different tests, orchestrated
 by the build system (`x.py test`).  The main test harness for testing
-the compiler itself is a tool called compiletest (sources in the
-[`src/tools/compiletest`]). This section gives a brief overview of how
-the testing framework is setup, and then gets into some of the details
-on [how to run tests](./running.html) as well as
+the compiler itself is a tool called compiletest (located in the
+[`src/tools/compiletest`] directory). This section gives a brief
+overview of how the testing framework is setup, and then gets into some
+of the details on [how to run tests](./running.html) as well as
 [how to add new tests](./adding.html).
 
 [`src/tools/compiletest`]: https://github.com/rust-lang/rust/tree/master/src/tools/compiletest