This commit is contained in:
Niko Matsakis 2018-02-17 10:21:32 -05:00 committed by Who? Me?!
parent 2e04d6444a
commit b502a6a3fc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Under the hood, the test runner invokes the standard rust test runner
(the same one you get with `#[test]`), so this command would wind up (the same one you get with `#[test]`), so this command would wind up
filtering for tests that include "issue-1234" in the name. filtering for tests that include "issue-1234" in the name.
Often, though, it's easier to just run the test by hand. More tests are Often, though, it's easier to just run the test by hand. Most tests are
just `rs` files, so you can do something like just `rs` files, so you can do something like
``` ```