mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-06 07:43:10 +00:00
cleanup
This commit is contained in:
parent
0fdd93b8ce
commit
4f41218229
@ -337,9 +337,9 @@ fn test_iszero_bignum_all() -> Result<()> {
|
||||
|
||||
#[test]
|
||||
fn test_ge_bignum_all() -> Result<()> {
|
||||
test_ge_bignum(&prepare_bignum_random)?;
|
||||
test_ge_bignum(&prepare_bignum_max)?;
|
||||
test_ge_bignum(&prepare_bignum_min)?;
|
||||
test_ge_bignum(&prepare_two_bignums_random)?;
|
||||
test_ge_bignum(&prepare_two_bignums_max)?;
|
||||
test_ge_bignum(&prepare_two_bignums_min)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user