Author: Maciej Fijalkowski <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit