Skip to content

Commit 0681bf0

Browse files
committed
reformat import in test
1 parent c94c9f2 commit 0681bf0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

o1vm/tests/test_riscv_elf.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
use o1vm::interpreters::riscv32i::
2-
interpreter::{IInstruction, Instruction, RInstruction};
1+
use o1vm::interpreters::riscv32i::interpreter::{IInstruction, Instruction, RInstruction};
32

43
#[test]
54
// Checking an instruction can be converted into a string.
@@ -17,4 +16,4 @@ fn test_instruction_can_be_converted_into_string() {
1716

1817
let instruction = Instruction::IType(IInstruction::LoadHalf);
1918
assert_eq!(instruction.to_string(), "lh");
20-
}
19+
}

0 commit comments

Comments
 (0)