[pypy-svn] r59549 - pypy/trunk/lib-python/modified-2.5.2/test

arigo at codespeak.net arigo at codespeak.net
Thu Oct 30 12:52:01 CET 2008


Author: arigo
Date: Thu Oct 30 12:52:00 2008
New Revision: 59549

Modified:
   pypy/trunk/lib-python/modified-2.5.2/test/test_descr.py
Log:
Another of these.


Modified: pypy/trunk/lib-python/modified-2.5.2/test/test_descr.py
==============================================================================
--- pypy/trunk/lib-python/modified-2.5.2/test/test_descr.py	(original)
+++ pypy/trunk/lib-python/modified-2.5.2/test/test_descr.py	Thu Oct 30 12:52:00 2008
@@ -3370,6 +3370,7 @@
     c = C()
     vereq(log, [])
     del c
+    gc_collect()
     vereq(log, [1])
 
     class D(object): pass



More information about the Pypy-commit mailing list