Skip to content

Commit

Permalink
Guide: Fix test count
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Oct 20, 2014
1 parent ddfe24d commit 555ab2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/guide.md
Expand Up @@ -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
Expand Down

5 comments on commit 555ab2b

@bors
Copy link
Contributor

@bors bors commented on 555ab2b Oct 20, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at cakebaker@555ab2b

@bors
Copy link
Contributor

@bors bors commented on 555ab2b Oct 20, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging cakebaker/rust/fix_test_count = 555ab2b into auto

@bors
Copy link
Contributor

@bors bors commented on 555ab2b Oct 20, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cakebaker/rust/fix_test_count = 555ab2b merged ok, testing candidate = 6353465

@bors
Copy link
Contributor

@bors bors commented on 555ab2b Oct 20, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 555ab2b Oct 20, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 6353465

Please sign in to comment.