Skip to content

Commit 6353465

Browse files
committed
auto merge of #18186 : cakebaker/rust/fix_test_count, r=alexcrichton
2 parents 7d0cc44 + 555ab2b commit 6353465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3284,11 +3284,11 @@ Let's give it a shot:
32843284
$ cargo test
32853285
Compiling testing v0.0.1 (file:///home/you/projects/testing)
32863286
3287-
running 1 test
3287+
running 2 tests
32883288
test test::test_times_four ... ok
32893289
test test::test_add_three ... ok
32903290
3291-
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured
3291+
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured
32923292
32933293
32943294
running 0 tests

0 commit comments

Comments
 (0)