This commit is contained in:
Niko Matsakis 2018-02-17 10:21:32 -05:00 committed by Who? Me?!
parent 87a20eed90
commit 82f7f71d21

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
```