[pypy-svn] r31012 - pypy/dist/pypy/module/bz2/test

rhymes at codespeak.net rhymes at codespeak.net
Fri Aug 4 19:06:34 CEST 2006


Author: rhymes
Date: Fri Aug  4 19:06:32 2006
New Revision: 31012

Modified:
   pypy/dist/pypy/module/bz2/test/test_bz2.py
Log:
oops

Modified: pypy/dist/pypy/module/bz2/test/test_bz2.py
==============================================================================
--- pypy/dist/pypy/module/bz2/test/test_bz2.py	(original)
+++ pypy/dist/pypy/module/bz2/test/test_bz2.py	Fri Aug  4 19:06:32 2006
@@ -72,7 +72,6 @@
         
         bz2f.seek(0)
         assert bz2f.tell() == 0
-        assert False
         # bz2f.read(1)
         # bz2f.seek(1, 1)
         # assert bz2f.tell() == 2



More information about the Pypy-commit mailing list