Skip to content

Commit 012e1b2

Browse files
committed
CHT:ARM: add unit test for BNE
1 parent 6115d57 commit 012e1b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CodeHawk/CHT/CHB_tests/bchlibarm32_tests/txbchlibarm32/bCHARMConditionalExprTest.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ let compare_negative_tests () =
185185

186186
let move_tests () =
187187
let tests = [
188-
("move-bne", "0x100b0", "0x100b4", "0500b0e1bcffff1a", 3, "(R5 != 0)")
188+
("move-bne", "0x100b0", "0x100b4", "0500b0e1bcffff1a", 3, "(R5 != 0)");
189+
("move-bne-x", "0x100b0", "0x100bc", "0050a0e30500b0e1015045e2bcffff1a", 8, "(R5 != -1")
189190
] in
190191
begin
191192
TS.new_testsuite (testname ^ "_subtract_tests") lastupdated;

0 commit comments

Comments
 (0)