Skip to content

Commit 0e08dab

Browse files
atar13Samir-Rashid
authored andcommitted
fix ci
1 parent abb0850 commit 0e08dab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/fib/test_fib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
mod tests {
33
use binary_room::instruction::*;
44
use binary_room::utils::translate_to_file;
5-
use binary_room::utils::START;
5+
use binary_room::utils::ARM_START;
66

77
#[test]
88
fn test_binary_translate() {
99
let riscv_asm: Vec<RiscVInstruction> = vec![
1010
RiscVInstruction::Verbatim {
11-
text: START.to_string(),
11+
text: ARM_START.to_string(),
1212
},
1313
RiscVInstruction::Addi {
1414
dest: RiscVRegister::SP,

0 commit comments

Comments
 (0)