1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

tweak assert

This commit is contained in:
schaeff 2021-10-11 10:16:03 +03:00
parent 31ee9ea6a8
commit 60ed48be23

View file

@ -158,7 +158,7 @@ fn compile_and_run<T: Field>(t: Tests) {
let count = bin.constraint_count();
assert!(
!count > target_count,
count <= target_count,
"{} exceeded max constraint count (actual={}, max={}, p={:.2}% of max)",
entry_point.display(),
count,