tweak assert
This commit is contained in:
parent
31ee9ea6a8
commit
60ed48be23
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ fn compile_and_run<T: Field>(t: Tests) {
|
||||||
let count = bin.constraint_count();
|
let count = bin.constraint_count();
|
||||||
|
|
||||||
assert!(
|
assert!(
|
||||||
!count > target_count,
|
count <= target_count,
|
||||||
"{} exceeded max constraint count (actual={}, max={}, p={:.2}% of max)",
|
"{} exceeded max constraint count (actual={}, max={}, p={:.2}% of max)",
|
||||||
entry_point.display(),
|
entry_point.display(),
|
||||||
count,
|
count,
|
||||||
|
|
Loading…
Reference in a new issue