mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
fix
This commit is contained in:
parent
64d8a44320
commit
8e2f33bd42
@ -199,7 +199,7 @@ mod tests {
|
||||
assert_eq!(gate.wires_power_bit(0), 2);
|
||||
assert_eq!(gate.wires_power_bit(4), 6);
|
||||
assert_eq!(gate.wires_intermediate_value(0), 7);
|
||||
assert_eq!(gate.wires_intermediate_value(0), 11);
|
||||
assert_eq!(gate.wires_intermediate_value(4), 11);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user