We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb72880 commit ee5e75dCopy full SHA for ee5e75d
1 file changed
tests/arch/zx48k/optimizer/test_optimizer_asm.py
@@ -16,7 +16,7 @@ def test_raises_error_on_empty_instruction(self):
16
17
def test_unknown_instruction(self):
18
a = asm.Asm(' unknown instr ')
19
- self.assertEqual(a.bytes, ())
+ self.assertEqual((), a.bytes)
20
21
def test_simplify_arg(self):
22
a = helpers.simplify_asm_args('ld a, (126 - 1)')
0 commit comments