[pypy-svn] r33465 - pypy/dist/pypy/jit/codegen/test

mwh at codespeak.net mwh at codespeak.net
Thu Oct 19 17:24:59 CEST 2006


Author: mwh
Date: Thu Oct 19 17:24:57 2006
New Revision: 33465

Modified:
   pypy/dist/pypy/jit/codegen/test/rgenop_tests.py
Log:
oops, name test properly


Modified: pypy/dist/pypy/jit/codegen/test/rgenop_tests.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/test/rgenop_tests.py	(original)
+++ pypy/dist/pypy/jit/codegen/test/rgenop_tests.py	Thu Oct 19 17:24:57 2006
@@ -262,7 +262,7 @@
         res = fnptr(3, 0)
         assert res == 6
 
-    def test_goto_compile(self):
+    def test_if_compile(self):
         fn = self.compile(get_if_runner(self.RGenOp), [int, int])
         res = fn(30, 0)
         assert res == 45



More information about the Pypy-commit mailing list