From eea00e8a417b0dd521acdec2a872a2edf524acef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Mon, 26 Aug 2024 16:40:49 +0200 Subject: [PATCH] Fix x.py reference Trivial fix to change `x.py` into `x` --- src/tests/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/intro.md b/src/tests/intro.md index 491135a58..4ed5fb69a 100644 --- a/src/tests/intro.md +++ b/src/tests/intro.md @@ -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: