Skip to content

Commit 4395b28

Browse files
committed
Fix expectation.
1 parent b7a1835 commit 4395b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/tests/asm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ fn permutation_to_block() {
467467
}
468468

469469
#[test]
470-
#[should_panic = "called `Result::unwrap()` on an `Err` value: Linear constraint is not satisfiable: 18446744069414584320 != 0"]
470+
#[should_panic = "Column main_bin::pc is not stackable in a 1-row block, conflict in rows 0 and 1"]
471471
fn permutation_to_vm() {
472472
// TODO: witgen issue: Machine incorrectly detected as block machine.
473473
let f = "asm/permutations/vm_to_vm.asm";

0 commit comments

Comments
 (0)