[pypy-commit] pypy result-in-resops: kill the pdb

fijal noreply at buildbot.pypy.org
Tue Aug 28 13:35:58 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: result-in-resops
Changeset: r56900:9b6eac230d23
Date: 2012-08-28 13:35 +0200
http://bitbucket.org/pypy/pypy/changeset/9b6eac230d23/

Log:	kill the pdb

diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/runner_test.py
+++ b/pypy/jit/backend/test/runner_test.py
@@ -764,8 +764,6 @@
                                                          BoxInt(744)],
                                    'void', descr=arraydescr)
         assert r is None
-        import pdb
-        pdb.set_trace()
         r = self.execute_operation(rop.GETARRAYITEM_GC_i, [a_box, BoxInt(310)],
                                    'int', descr=arraydescr)
         assert r == 744


More information about the pypy-commit mailing list