Fix x.py reference

Trivial fix to change `x.py` into `x`
This commit is contained in:
Marc Poulhiès 2024-08-26 16:40:49 +02:00 committed by Tshepang Mbambo
parent 369a2e95a6
commit fa928a6d19
1 changed files with 1 additions and 1 deletions

View File

@ -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: