From c0c8333a27ae4f1d5afdf58c7eb9326f5f591ede Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:40:53 +0000 Subject: [PATCH] Update tooling/nargo/src/ops/test.rs --- tooling/nargo/src/ops/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();