[pypy-svn] r51604 - pypy/dist/pypy/lib/app_test/ctypes
fijal at codespeak.net
fijal at codespeak.net
Mon Feb 18 21:40:27 CET 2008
Author: fijal
Date: Mon Feb 18 21:40:24 2008
New Revision: 51604
Modified:
pypy/dist/pypy/lib/app_test/ctypes/test_array.py
Log:
oops.
Modified: pypy/dist/pypy/lib/app_test/ctypes/test_array.py
==============================================================================
--- pypy/dist/pypy/lib/app_test/ctypes/test_array.py (original)
+++ pypy/dist/pypy/lib/app_test/ctypes/test_array.py Mon Feb 18 21:40:24 2008
@@ -113,12 +113,6 @@
class TestSophisticatedThings(BaseCTypesTestChecker):
def test_array_of_structures(self):
- import gc
- gc.collect()
- gc.collect()
- gc.collect()
- from _rawffi import _num_of_allocated_objects as _num
- assert _num() == 3
class X(Structure):
_fields_ = [('x', c_int), ('y', c_int)]
More information about the Pypy-commit
mailing list