GT-3516: Fixed ARMAssemblyTest failure case issue again.

This commit is contained in:
ghidorahrex 2020-02-18 11:33:08 -05:00
parent 871862dbe1
commit 074f9de4f4

View file

@ -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