[pypy-svn] r54423 - pypy/branch/gameboy-emulator/pypy/lang/gameboy/test

cami at codespeak.net cami at codespeak.net
Sun May 4 22:56:08 CEST 2008


Author: cami
Date: Sun May  4 22:56:07 2008
New Revision: 54423

Modified:
   pypy/branch/gameboy-emulator/pypy/lang/gameboy/test/test_cpu.py
Log:
removed an unused "pass"


Modified: pypy/branch/gameboy-emulator/pypy/lang/gameboy/test/test_cpu.py
==============================================================================
--- pypy/branch/gameboy-emulator/pypy/lang/gameboy/test/test_cpu.py	(original)
+++ pypy/branch/gameboy-emulator/pypy/lang/gameboy/test/test_cpu.py	Sun May  4 22:56:07 2008
@@ -1524,7 +1524,6 @@
         assert cpu.pc.get() == rstValue
         opCode += 0x08
         rstValue += 0x08
-    pass
 
 # switching to other opcode set
 def test_0xCB():



More information about the Pypy-commit mailing list