Skip to content

Commit

Permalink
tune coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adria0 committed Jun 3, 2024
1 parent 24b5deb commit c2b5fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions halo2_proofs/tests/frontend_backend_split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ fn test_mycircuit_full_legacy() {
.expect("verify succeeds");
println!("Verify: {:?}", start.elapsed());

if cfg!(feature = "thread-safe-region") {
if cfg!(all(feature = "thread-safe-region", not(coverage))) {
assert_eq!(
"c5c11281474b586795a5d97bdefeee80456d2921584b3a8b00523eebd49f2fac",
keccak_hex(proof)
Expand Down Expand Up @@ -632,7 +632,7 @@ fn test_mycircuit_full_split() {
.expect("verify succeeds");
println!("Verify: {:?}", start.elapsed());

if cfg!(feature = "thread-safe-region") {
if cfg!(all(feature = "thread-safe-region", not(coverage))) {
assert_eq!(
"e612e9d5ebcdcff5ed9823c527218cdbaaf9fe76cc5e42d05a60f652dcc92660",
keccak_hex(proof)
Expand Down

0 comments on commit c2b5fbc

Please sign in to comment.