Skip to content

Commit

Permalink
Remove test_perm_s1
Browse files Browse the repository at this point in the history
  • Loading branch information
osuketh committed May 27, 2019
1 parent 0c5fa3b commit 474e410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/sonic/src/unhelped/s_perm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ mod tests {

#[test]
fn test_perm_s1() {
let perm = dummy_s_prove::<Bls12, _, Basic>(&SimpleCircuit, 1 << 4);
println!("perm: {:?}", perm);
// let perm = dummy_s_prove::<Bls12, _, Basic>(&SimpleCircuit, 1 << 4);
// println!("perm: {:?}", perm);
}
}

0 comments on commit 474e410

Please sign in to comment.