Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenfeizhang committed Dec 6, 2023
1 parent a839cec commit 16ef6b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zkevm-circuits/src/copy_circuit/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,9 @@ fn assert_error_matches(result: Result<(), Vec<VerifyFailure>>, names: Vec<&str>
VerifyFailure::CellNotAssigned { .. } => panic!(),
VerifyFailure::ConstraintPoisoned { .. } => panic!(),
VerifyFailure::Permutation { .. } => panic!(),
&VerifyFailure::InstanceCellNotAssigned { .. } | &VerifyFailure::Shuffle { .. } => {
todo!()
}
// &VerifyFailure::InstanceCellNotAssigned { .. } | &VerifyFailure::Shuffle { .. } => {
// todo!()
// }
}
}
}

0 comments on commit 16ef6b1

Please sign in to comment.