From a17eb6004afd47e00abb27c652aa66234de4ad29 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 2 Apr 2020 11:58:05 +0200 Subject: [PATCH] test(interface-types) Rename a test case. --- src/interpreter/instructions/strings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },