Skip to content

Commit

Permalink
Update tooling/nargo/src/ops/test.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Dec 2, 2024
1 parent 6a7ecfe commit c0c8333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/nargo/src/ops/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ impl<F: AcirField + Serialize + for<'a> Deserialize<'a>> ForeignCallExecutor<F>
&mut self,
foreign_call: &ForeignCallWaitInfo<F>,
) -> Result<ForeignCallResult<F>, ForeignCallError> {
// If the circuit has reached a new foreign call opcode then it must have
// If the circuit has reached a new foreign call opcode then it can't have failed from any previous unknown foreign calls.
self.encountered_unknown_foreign_call = false;

let foreign_call_name = foreign_call.function.as_str();
Expand Down

0 comments on commit c0c8333

Please sign in to comment.