We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369a2e9 commit fa928a6Copy full SHA for fa928a6
src/tests/intro.md
@@ -28,7 +28,7 @@ The [Compiletest chapter][compiletest] goes into detail on how to use this tool.
28
29
The standard library and many of the compiler packages include typical Rust `#[test]`
30
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,
+You can pass a path to `x` to almost any package in the `library` or `compiler` directory,
32
and `x` will essentially run `cargo test` on that package.
33
34
Examples:
0 commit comments