[pypy-commit] pypy ppc-jit-backend: forgot to remove some debugging code

bivab noreply at buildbot.pypy.org
Thu Jul 19 09:10:46 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: ppc-jit-backend
Changeset: r56216:86dc7c19a589
Date: 2012-07-18 23:35 -0700
http://bitbucket.org/pypy/pypy/changeset/86dc7c19a589/

Log:	forgot to remove some debugging code

diff --git a/pypy/jit/backend/ppc/test/test_regalloc_2.py b/pypy/jit/backend/ppc/test/test_regalloc_2.py
--- a/pypy/jit/backend/ppc/test/test_regalloc_2.py
+++ b/pypy/jit/backend/ppc/test/test_regalloc_2.py
@@ -719,5 +719,5 @@
            """
         loop = self.interpret(ops, [6.0, 7.0, 0.0])
         assert self.getfloat(0) == 42.0
-        assert 0
-        import pdb; pdb.set_trace()
+        assert self.getfloat(1) == 0
+        assert self.getfloat(2) == 6.0


More information about the pypy-commit mailing list