[pypy-svn] r77353 - pypy/trunk/pypy/module/pypyjit/test
antocuni at codespeak.net
antocuni at codespeak.net
Fri Sep 24 18:16:10 CEST 2010
Author: antocuni
Date: Fri Sep 24 18:16:08 2010
New Revision: 77353
Modified:
pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py
Log:
removee the "assert False" thatmakes the test failing. Why wass it there in the first place?!?!
Modified: pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py
==============================================================================
--- pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py (original)
+++ pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py Fri Sep 24 18:16:08 2010
@@ -798,7 +798,6 @@
if i > 750: a = b
return sa
''', 215, ([], 12481752))
- assert False
def test_array_sum(self):
for tc, maxops in zip('bhilBHILfd', (38,) * 6 + (40, 40, 41, 38)):
More information about the Pypy-commit
mailing list