mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GT-3516: Fixed ARMAssemblyTest failure
This commit is contained in:
parent
283e148b26
commit
19035bbfa0
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class ARMAssemblyTest extends AbstractAssemblyTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testAssemble_T_iteq() {
|
public void testAssemble_T_iteq() {
|
||||||
assertOneCompatRestExact("itETT eq", "09:BF", THUMB, 0x00400000, "itETT eq");
|
assertOneCompatRestExact("itETT eq", "09:BF", THUMB, 0x00400000, "itett eq");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue