tutorial: Fix typo in the test section

This commit is contained in:
Haitao Li 2011-11-25 10:02:58 +08:00 committed by Marijn Haverbeke
parent 0365001864
commit 6168f8f15b
1 changed files with 1 additions and 1 deletions

View File

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