diff --git a/src/interpreter/instructions/call.rs b/src/interpreter/instructions/call.rs index b788f53..9f4ac02 100644 --- a/src/interpreter/instructions/call.rs +++ b/src/interpreter/instructions/call.rs @@ -174,7 +174,7 @@ mod tests { inputs: vec![InterfaceType::I32, InterfaceType::I32], outputs: vec![InterfaceType::I32], function: |_| Ok(vec![]), - // ^^^^^^^^^^ void fails + // ^^^^^^^^^^ void }, );