about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Hofstetter <daniel.hofstetter@42dh.com>2014-10-20 16:17:59 +0200
committerDaniel Hofstetter <daniel.hofstetter@42dh.com>2014-10-20 16:17:59 +0200
commit555ab2b3a4b25ea9285ca65350e248443f1945ac (patch)
tree425ed18cb6f120d0f27f46a9c472a888c1447d33
parentddfe24d641261638961448959a07326dde09ef4d (diff)
downloadrust-555ab2b3a4b25ea9285ca65350e248443f1945ac.tar.gz
rust-555ab2b3a4b25ea9285ca65350e248443f1945ac.zip
Guide: Fix test count
-rw-r--r--src/doc/guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md
index a26013cd0a0..7cd8ea599d7 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -3284,11 +3284,11 @@ Let's give it a shot:
 $ cargo test
    Compiling testing v0.0.1 (file:///home/you/projects/testing)
 
-running 1 test
+running 2 tests
 test test::test_times_four ... ok
 test test::test_add_three ... ok
 
-test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured
+test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured
 
 
 running 0 tests