diff --git a/src/interpreter/instructions/strings.rs b/src/interpreter/instructions/strings.rs index f423dad..4a673e1 100644 --- a/src/interpreter/instructions/strings.rs +++ b/src/interpreter/instructions/strings.rs @@ -275,7 +275,7 @@ mod tests { ); test_executable_instruction!( - test_string_memory__roundtrip_with_memory_to_string = + test_string_memory__roundtrip_ = instructions: [ Instruction::ArgumentGet { index: 0 }, Instruction::StringLowerMemory { allocator_index: 43 },