Skip to content

Commit

Permalink
Fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Mar 17, 2024
1 parent 62ed9a0 commit eecf540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rzilcompiler/Tests/TestTransformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ def test_reg_jump_flag_setter(self):
// EXEC
// WRITE
RzILOpEffect *jump_const_0x0_0_1 = SEQ2(SETL("jump_flag", IL_TRUE), JMP(SN(32, 0)));
RzILOpEffect *jump_const_0x0_0_1 = SEQ2(SETL("jump_flag", IL_TRUE), SETL("jump_target", SN(32, 0)));
RzILOpEffect *instruction_sequence = jump_const_0x0_0_1;
return instruction_sequence;""".replace(
Expand Down

0 comments on commit eecf540

Please sign in to comment.