Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
flyq committed Nov 17, 2023
1 parent 0568a80 commit 245e299
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/plonk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,11 +361,7 @@ mod tests {
use jf_primitives::pcs::errors::PCSError;
use jf_utils::test_rng;

#[test]
fn end_to_end_test_template<E>() -> Result<(), PCSError>
where
E: Pairing,
{
fn end_to_end_test_template<E: Pairing>() -> Result<(), PCSError> {
// let rng = &mut test_rng();
// for _ in 0..100 {
// let mut degree = 0;
Expand Down

0 comments on commit 245e299

Please sign in to comment.