Skip to content

Commit

Permalink
Fix x.py reference
Browse files Browse the repository at this point in the history
Trivial fix to change `x.py` into `x`
  • Loading branch information
dkm authored and tshepang committed Aug 26, 2024
1 parent 369a2e9 commit fa928a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fa928a6

Please sign in to comment.