GP-0 fixed AVR8 Wlo test

This commit is contained in:
ghidorahrex 2022-10-06 11:20:00 +00:00
parent 6256f00b2d
commit aea2fe5f77

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);
}
}