Skip to content

Commit fa928a6

Browse files
dkmtshepang
authored andcommitted
Fix x.py reference
Trivial fix to change `x.py` into `x`
1 parent 369a2e9 commit fa928a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The [Compiletest chapter][compiletest] goes into detail on how to use this tool.
2828

2929
The standard library and many of the compiler packages include typical Rust `#[test]`
3030
unit tests, integration tests, and documentation tests.
31-
You can pass a path to `x.py` to almost any package in the `library` or `compiler` directory,
31+
You can pass a path to `x` to almost any package in the `library` or `compiler` directory,
3232
and `x` will essentially run `cargo test` on that package.
3333

3434
Examples:

0 commit comments

Comments
 (0)