This commit is contained in:
Niko Matsakis 2018-02-17 10:21:32 -05:00 committed by Who? Me?!
parent cec7fed1ad
commit dbb6900498
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
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
```