mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
fix
This commit is contained in:
parent
b25986ce57
commit
a5f34d9a2e
@ -562,7 +562,7 @@ mod tests {
|
||||
|
||||
let kernel = parse_and_assemble(&["%stack (a, b, c) -> (b)"]);
|
||||
assert_eq!(kernel.code, vec![pop, swap1, pop]);
|
||||
|
||||
|
||||
let kernel = parse_and_assemble(&["%stack (a, b: 3, c) -> (c)"]);
|
||||
assert_eq!(kernel.code, vec![pop, pop, pop, pop]);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user