[pypy-svn] r8737 - pypy/dist/lib-python-2.3.4/test

arigo at codespeak.net arigo at codespeak.net
Sat Jan 29 18:12:38 CET 2005


Author: arigo
Date: Sat Jan 29 18:12:37 2005
New Revision: 8737

Modified:
   pypy/dist/lib-python-2.3.4/test/conftest.py
Log:
test_heapq passes (slowly).

Modified: pypy/dist/lib-python-2.3.4/test/conftest.py
==============================================================================
--- pypy/dist/lib-python-2.3.4/test/conftest.py	(original)
+++ pypy/dist/lib-python-2.3.4/test/conftest.py	Sat Jan 29 18:12:37 2005
@@ -33,6 +33,7 @@
 'test_codeop.py',
 'test_compile.py',
 'test_operator.py',
+'test_heapq.py',
 )
 
 working_outputtests = (



More information about the Pypy-commit mailing list