Skip to content

Commit 497f426

Browse files
committed
Auto merge of #6506 - DamianX:ContributingTestLink, r=dwijnand
Fixed link to testsuite in CONTRIBUTING.md
2 parents cf75305 + 44184ad commit 497f426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ working on.
8585
* [Commit as you go][githelp].
8686
* Include tests that cover all non-trivial code. The existing tests
8787
in `test/` provide templates on how to test Cargo's behavior in a
88-
sandbox-environment. The internal crate `cargotest` provides a vast amount
89-
of helpers to minimize boilerplate. See [`cargotest/mod.rs`] for an
88+
sandbox-environment. The internal module `testsuite/support` provides a vast amount
89+
of helpers to minimize boilerplate. See [`testsuite/support/mod.rs`] for an
9090
introduction to writing tests.
9191
* Make sure `cargo test` passes. If you do not have the cross-compilers
9292
installed locally, install them using the instructions returned by
@@ -197,6 +197,6 @@ adding labels to triage issues:
197197
[I-nominated]: https://github.com/rust-lang/cargo/labels/I-nominated
198198
[Code of Conduct]: https://www.rust-lang.org/conduct.html
199199
[IRC]: https://kiwiirc.com/client/irc.mozilla.org/cargo
200-
[`cargotest/mod.rs`]: https://github.com/rust-lang/cargo/blob/master/tests/testsuite/cargotest/mod.rs
200+
[`testsuite/support/mod.rs`]: https://github.com/rust-lang/cargo/blob/master/tests/testsuite/support/mod.rs
201201
[irlo]: https://internals.rust-lang.org/
202202
[subcommands]: https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands

0 commit comments

Comments
 (0)