Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 7, 2025
1 parent d72a0de commit 6e0ba84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acvm-repo/acvm/src/pwg/memory_op.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ mod tests {
err,
Some(crate::pwg::OpcodeResolutionError::IndexOutOfBounds {
opcode_location: _,
index: FieldElement::from(2u128),
index,
array_size: 2
})
}) if index == FieldElement::from(2u128)
));
}

Expand Down

0 comments on commit 6e0ba84

Please sign in to comment.