Skip to content

Commit 831a870

Browse files
spastorinomark-i-m
authored andcommitted
Rephrase where compiletest is located
1 parent 13f86ff commit 831a870

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tests/intro.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
The Rust project runs a wide variety of different tests, orchestrated
44
by the build system (`x.py test`). The main test harness for testing
5-
the compiler itself is a tool called compiletest (sources in the
6-
[`src/tools/compiletest`]). This section gives a brief overview of how
7-
the testing framework is setup, and then gets into some of the details
8-
on [how to run tests](./running.html) as well as
5+
the compiler itself is a tool called compiletest (located in the
6+
[`src/tools/compiletest`] directory). This section gives a brief
7+
overview of how the testing framework is setup, and then gets into some
8+
of the details on [how to run tests](./running.html) as well as
99
[how to add new tests](./adding.html).
1010

1111
[`src/tools/compiletest`]: https://github.com/rust-lang/rust/tree/master/src/tools/compiletest

0 commit comments

Comments
 (0)