Skip to content

Commit

Permalink
Auto merge of #4055 - mersinvald:less-strict-libtest-tests, r=alexcri…
Browse files Browse the repository at this point in the history
…chton

Making tests less strict so they won't break on output changes

Required for rust-lang/rust#41910

cc @Mark-Simulacrum
cc @alexcrichton
  • Loading branch information
bors committed May 16, 2017
2 parents b007d82 + 74f5694 commit 45de0e6
Show file tree
Hide file tree
Showing 10 changed files with 176 additions and 933 deletions.
2 changes: 1 addition & 1 deletion src/doc/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class="s1"> Running</span> target/test/hello_world-9c2b65bbb79eabce

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
</code></pre>

If our project had tests, we would see more output with the correct number of
Expand Down
Loading

0 comments on commit 45de0e6

Please sign in to comment.