Skip to content

Commit 092ca6d

Browse files
committed
CHT: fix unit test output
1 parent df2ab69 commit 092ca6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
------------------------------------------------------------------------------
66
The MIT License (MIT)
77
8-
Copyright (c) 2022-2024 Aarno Labs LLC
8+
Copyright (c) 2022-2025 Aarno Labs LLC
99
1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal
@@ -70,7 +70,7 @@ let thumb_2_basic () =
7070
("ADDS-I-T2", "0132", "ADDS R2, R2, #1");
7171
("ADDS-R-T2", "7c44", "ADDS R4, R4, PC");
7272
("ADD-SPI-T2", "0ab0", "ADD SP, SP, #0x28");
73-
("AND-R-T1", "1e40", "AND R6, R6, R3");
73+
("AND-R-T1", "1e40", "ANDS R6, R6, R3");
7474
("ASRS-I-T1", "4910", "ASRS R1, R1, #1");
7575
("BKPT", "fbbe", "BKPT #0xfb");
7676
("BLX-R-T1", "9847", "BLX R3");

0 commit comments

Comments
 (0)