[pypy-svn] r34770 - pypy/dist/pypy/translator/js/modules/test

fijal at codespeak.net fijal at codespeak.net
Mon Nov 20 11:35:59 CET 2006


Author: fijal
Date: Mon Nov 20 11:35:57 2006
New Revision: 34770

Modified:
   pypy/dist/pypy/translator/js/modules/test/test_dom.py
Log:
Don't run PDB


Modified: pypy/dist/pypy/translator/js/modules/test/test_dom.py
==============================================================================
--- pypy/dist/pypy/translator/js/modules/test/test_dom.py	(original)
+++ pypy/dist/pypy/translator/js/modules/test/test_dom.py	Mon Nov 20 11:35:57 2006
@@ -344,6 +344,6 @@
         if var.startswith('code_'):
             # just build it
             #def f():
-            assert rpython2javascript(sys.modules[__name__], [var])
-            
+            assert rpython2javascript(sys.modules[__name__], [var], use_pdb=False)
+    
     TRANSLATING = False



More information about the Pypy-commit mailing list