Merge remote-tracking branch 'origin/GP-0_ghidorahrex_avr8_test_wlo_fix'

This commit is contained in:
Ryan Kurtz 2022-10-06 09:22:52 -04:00
commit 8f623d8db3

View file

@ -61,7 +61,7 @@ public class AVR8AssemblyTest extends AbstractAssemblyTest {
}
@Test
public void testAssemble_com_Wlo() {
assertOneCompatRestExact("com Wlo", "80:95", 0x006fba * 2);
public void testAssemble_com_R24() {
assertOneCompatRestExact("com R24", "80:95", 0x006fba * 2);
}
}