Skip to content

Commit

Permalink
Correct test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidra1 committed May 11, 2021
1 parent 29926d2 commit 769e4fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void testAssemble_T_and_eq_r0_r5() {

@Test
public void testAssemble_T_and_r0_r5() {
assertOneCompatRestExact("and r0,r5", "28:40", THUMB, 0x00400000, "and r0,r5");
assertOneCompatRestExact("ands r0,r5", "28:40", THUMB, 0x00400000, "ands r0,r5");
}

@Test
Expand Down

0 comments on commit 769e4fc

Please sign in to comment.