]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #5895 : huonw/rust/no-pub-tests, r=thestinger
authorbors <bors@rust-lang.org>
Tue, 16 Apr 2013 03:00:56 +0000 (20:00 -0700)
committerbors <bors@rust-lang.org>
Tue, 16 Apr 2013 03:00:56 +0000 (20:00 -0700)
This patch is a sledge hammer that moves all tests into `#[cfg(test)] mod test { .. }`, and makes them private, there were several instances of `pub mod tests { #[test] pub fn ... } `.

(The reason for this is I was playing with using `syntax` to index code ([result so far](http://www.ug.it.usyd.edu.au/~hwil7821/rust-api/)) and it was getting some junk from the tests.)

The rustdoc commit is particularly brutal, so it's fine if that one isn't landed.

1  2 
src/libstd/base64.rs

Simple merge