Fix test.

This commit is contained in:
Huon Wilson 2015-02-19 12:46:43 +11:00
parent 6a0c32782e
commit 2a3f2f060d
1 changed files with 1 additions and 1 deletions

View File

@ -2522,7 +2522,7 @@ mod biguint_tests {
assert!(((&one << 64) + one).is_odd());
}
fn to_str_pairs() -> Vec<(BigUint, Vec<(usize, String)>)> {
fn to_str_pairs() -> Vec<(BigUint, Vec<(u32, String)>)> {
let bits = big_digit::BITS;
vec!(( Zero::zero(), vec!(
(2, "0".to_string()), (3, "0".to_string())