mirror of https://github.com/rust-lang/rust.git
tutorial: Fix typo in the test section
This commit is contained in:
parent
0365001864
commit
6168f8f15b
|
@ -22,7 +22,7 @@ not be used. To actually run the tests, compile with the `--test`
|
|||
flag:
|
||||
|
||||
## notrust
|
||||
> rustc --lib twice.rs
|
||||
> rustc --test twice.rs
|
||||
> ./twice
|
||||
running 1 tests
|
||||
test test_twice ... ok
|
||||
|
|
Loading…
Reference in New Issue