Skip to content

Commit

Permalink
update MockBackend in sort test
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Jun 1, 2023
1 parent f50d246 commit fa26a5b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions crates/noirc_evaluator/src/ssa/acir_gen/operations/sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,6 @@ mod test {

struct MockBackend {}
impl PartialWitnessGenerator for MockBackend {
fn aes(
&self,
_initial_witness: &mut WitnessMap,
_inputs: &[FunctionInput],
_outputs: &[Witness],
) -> Result<OpcodeResolution, OpcodeResolutionError> {
panic!("Path not trodden by this test")
}
fn schnorr_verify(
&self,
_initial_witness: &mut WitnessMap,
Expand All @@ -153,6 +145,7 @@ mod test {
&self,
_initial_witness: &mut WitnessMap,
_inputs: &[FunctionInput],
_domain_separator: u32,
_outputs: &[Witness],
) -> Result<OpcodeResolution, OpcodeResolutionError> {
panic!("Path not trodden by this test")
Expand Down

0 comments on commit fa26a5b

Please sign in to comment.