]> git.lizzy.rs Git - rust.git/commit
auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 20 Feb 2014 09:51:56 +0000 (01:51 -0800)
committerbors <bors@rust-lang.org>
Thu, 20 Feb 2014 09:51:56 +0000 (01:51 -0800)
commit25ba057fad54da946bb3d72925c9a93b0abe61ac
tree141f807a6abb9d11c60a234524d259d943868be0
parentf76628d3904454241e41acb033f6ececfdd08b4c
parent53b9d1a3248143aafe421566ba31742579da9722
auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichton

I don't think `extra` is a good/meaningful name for a library. `libextra` should disappear, and we move all of its sub modules out of it. This PR is just one of that steps: move `extra::test` to `libtest`.

I didn't add `libtest` to doc index, because it's an internal library currently.

**Update:**

All comments addressed. All tests passed. Rebased and squashed.
src/libnum/bigint.rs