1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-14 13:29:28 +00:00

Fix duplicate test name

This commit is contained in:
Mike Naberezny 2014-01-25 20:14:02 -08:00
parent f99e063a1c
commit dc927156f9

View File

@ -1279,7 +1279,7 @@ class MPUTests(unittest.TestCase, Common6502Tests):
# STZ Absolute, X-Indexed
def test_stz_abs_stores_zero(self):
def test_stz_abs_x_stores_zero(self):
mpu = self._make_mpu()
mpu.memory[0xFEED] = 0x88
mpu.x = 0x0D