Fix x.py reference
Trivial fix to change `x.py` into `x`
This commit is contained in:
parent
81e3fe293a
commit
894ceda957
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ The [Compiletest chapter][compiletest] goes into detail on how to use this tool.
|
|||
|
||||
The standard library and many of the compiler packages include typical Rust `#[test]`
|
||||
unit tests, integration tests, and documentation tests.
|
||||
You can pass a path to `x.py` to almost any package in the `library` or `compiler` directory,
|
||||
You can pass a path to `x` to almost any package in the `library` or `compiler` directory,
|
||||
and `x` will essentially run `cargo test` on that package.
|
||||
|
||||
Examples:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue