diff --git a/tests/regress/hook_code_stop_emu.py b/tests/regress/hook_code_stop_emu.py index fd6da0d5..dd82dcce 100644 --- a/tests/regress/hook_code_stop_emu.py +++ b/tests/regress/hook_code_stop_emu.py @@ -29,7 +29,6 @@ class SingleStepper: self._test.assertEqual(1, self._hit_count, "HOOK_CODE invoked too many times") uc.emu_stop() - def step(self): self._hit_count = 0 h = self._emu.hook_add(UC_HOOK_CODE, self._stop_hook)