diff --git a/tooling/nargo/src/ops/test.rs b/tooling/nargo/src/ops/test.rs index 173a5c7eb90..6e7a7d1b7db 100644 --- a/tooling/nargo/src/ops/test.rs +++ b/tooling/nargo/src/ops/test.rs @@ -288,7 +288,7 @@ impl Deserialize<'a>> ForeignCallExecutor &mut self, foreign_call: &ForeignCallWaitInfo, ) -> Result, 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();