Compare commits

..

1 Commits
master ... test

Author SHA1 Message Date
Daniel Løvbrøtte Olsen 2e97a9648b Update main.rs 2019-03-28 19:08:56 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ mod tests {
#[test] #[test]
fn test_persistance() { fn test_persistance() {
assert_eq!(BigUint::from(0u8).per_mul(), 0); assert_eq!(BigUint::from(0u8).per_mul(), 1);
assert_eq!(BigUint::from(10u8).per_mul(), 1); assert_eq!(BigUint::from(10u8).per_mul(), 1);
assert_eq!(BigUint::from(25u8).per_mul(), 2); assert_eq!(BigUint::from(25u8).per_mul(), 2);
assert_eq!(BigUint::from(39u8).per_mul(), 3); assert_eq!(BigUint::from(39u8).per_mul(), 3);