Update r1cs-std tests

This commit is contained in:
Pratyush Mishra
2019-08-12 17:41:23 -07:00
parent e00d667330
commit c610ecbcc5
8 changed files with 9 additions and 25 deletions

View File

@@ -292,9 +292,7 @@ impl<ConstraintF: Field> AllocGadget<u8, ConstraintF> for UInt8 {
#[cfg(test)]
mod test {
use super::UInt8;
use crate::{
bits::boolean::Boolean, test_constraint_system::TestConstraintSystem, utils::AllocGadget,
};
use crate::{prelude::*, test_constraint_system::TestConstraintSystem};
use algebra::fields::bls12_381::Fr;
use rand::{Rng, SeedableRng, XorShiftRng};
use r1cs_core::ConstraintSystem;