Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r53893:43c78272fba8
Date: 2012-03-22 13:34 +0000
http://bitbucket.org/pypy/pypy/changeset/43c78272fba8/

Log:    remove debugger call

diff --git a/pypy/jit/backend/arm/test/test_ztranslation.py 
b/pypy/jit/backend/arm/test/test_ztranslation.py
--- a/pypy/jit/backend/arm/test/test_ztranslation.py
+++ b/pypy/jit/backend/arm/test/test_ztranslation.py
@@ -24,7 +24,7 @@
         return t
 
     def _check_cbuilder(self, cbuilder):
-        import pdb; pdb.set_trace()
+        pass
 
     def test_stuff_translates(self):
         # this is a basic test that tries to hit a number of features and their
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to