Skip to content

Commit

Permalink
Fixed expected output of ir_regdeps.c with new spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
edeiana committed Oct 29, 2024
1 parent 193d4cf commit 8a6772a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/tests/api/ir_regdeps.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ test_instr_create_encode_decode_disassemble_synthetic_x86_64(void *dc)
instr_encode(dc, instr, buf);
instr_reset(dc, instr);
decode(dc, buf, instr);
const char *expected_disasm_str_jmp_ind = " 00002800 load branch \n";
const char *expected_disasm_str_jmp_ind = " 00002800 load branch \n";
test_instr_encode_decode_disassemble_synthetic(dc, instr,
expected_disasm_str_jmp_ind);
instr_destroy(dc, tgt);
Expand Down

0 comments on commit 8a6772a

Please sign in to comment.