Skip to content

Commit 3260b23

Browse files
committed
Fix typo
1 parent ff8c42a commit 3260b23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/arch/zx48k/optimizer/test_cpustate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def test_ex_de_hl(self):
349349
self.assertEqual(self.regs['d'], str(0x12))
350350
self.assertEqual(self.regs['e'], str(0x34))
351351

352-
def test_ex_de_hl_unkown(self):
352+
def test_ex_de_hl_unknown(self):
353353
code = """
354354
ld hl, (x)
355355
ld de, (y)

0 commit comments

Comments
 (0)