From 6168f8f15b8ad86e5b0670e39d6fcc0a212acb59 Mon Sep 17 00:00:00 2001 From: Haitao Li Date: Fri, 25 Nov 2011 10:02:58 +0800 Subject: [PATCH] tutorial: Fix typo in the test section --- doc/tutorial/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/test.md b/doc/tutorial/test.md index b60250217e8..694d69b16ff 100644 --- a/doc/tutorial/test.md +++ b/doc/tutorial/test.md @@ -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