Arithmetic tests: Remove redundant vec!
.
This commit is contained in:
parent
bd39a3c1c2
commit
1f11e13c96
@ -1528,7 +1528,7 @@ mod tests {
|
||||
#[test]
|
||||
fn test_modulus_debug() {
|
||||
let (modulus, _) = Modulus::<M>::from_be_bytes_with_bit_length(untrusted::Input::from(
|
||||
&vec![0xff; LIMB_BYTES * MODULUS_MIN_LIMBS],
|
||||
&[0xff; LIMB_BYTES * MODULUS_MIN_LIMBS],
|
||||
))
|
||||
.unwrap();
|
||||
assert_eq!("Modulus", format!("{:?}", modulus));
|
||||
|
Loading…
x
Reference in New Issue
Block a user