[pypy-svn] r24944 - pypy/branch/explicit-exceptions/translator/c/test

mwh at codespeak.net mwh at codespeak.net
Fri Mar 24 12:01:23 CET 2006


Author: mwh
Date: Fri Mar 24 12:01:17 2006
New Revision: 24944

Modified:
   pypy/branch/explicit-exceptions/translator/c/test/test_exceptiontransform.py
Log:
make this test a little tiny bit less fraile


Modified: pypy/branch/explicit-exceptions/translator/c/test/test_exceptiontransform.py
==============================================================================
--- pypy/branch/explicit-exceptions/translator/c/test/test_exceptiontransform.py	(original)
+++ pypy/branch/explicit-exceptions/translator/c/test/test_exceptiontransform.py	Fri Mar 24 12:01:17 2006
@@ -70,7 +70,6 @@
         one(0)
         one(1)
     t, g = transform_func(foo, [])
-    assert len(list(g.iterblocks())) == 4
     f = compile_func(foo, [])
     py.test.raises(ValueError, f)
 



More information about the Pypy-commit mailing list