[pypy-svn] r56214 - pypy/dist/pypy/objspace/std/test

arigo at codespeak.net arigo at codespeak.net
Tue Jul 1 20:02:23 CEST 2008


Author: arigo
Date: Tue Jul  1 20:02:22 2008
New Revision: 56214

Modified:
   pypy/dist/pypy/objspace/std/test/test_longobject.py
Log:
Re-enable this test, probably disabled by accident.


Modified: pypy/dist/pypy/objspace/std/test/test_longobject.py
==============================================================================
--- pypy/dist/pypy/objspace/std/test/test_longobject.py	(original)
+++ pypy/dist/pypy/objspace/std/test/test_longobject.py	Tue Jul  1 20:02:22 2008
@@ -97,7 +97,6 @@
                 assert y < r <= 0
         for x in [-1L, 0L, 1L, 2L ** 100 - 1, -2L ** 100 - 1]:
             for y in [-105566530L, -1L, 1L, 1034522340L]:
-                continue
                 print "checking division for %s, %s" % (x, y)
                 check_division(x, y)
         # special case from python tests:



More information about the Pypy-commit mailing list