[pypy-svn] r52859 - pypy/dist/pypy/lib/app_test/ctypes

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Mar 23 11:07:03 CET 2008


Author: cfbolz
Date: Sun Mar 23 11:07:02 2008
New Revision: 52859

Added:
   pypy/dist/pypy/lib/app_test/ctypes/test_libc.py
      - copied, changed from r52827, pypy/dist/pypy/lib/ctypes/test/test_libc.py
Modified:
   pypy/dist/pypy/lib/app_test/ctypes/description.txt
Log:
next


Modified: pypy/dist/pypy/lib/app_test/ctypes/description.txt
==============================================================================
--- pypy/dist/pypy/lib/app_test/ctypes/description.txt	(original)
+++ pypy/dist/pypy/lib/app_test/ctypes/description.txt	Sun Mar 23 11:07:02 2008
@@ -5,7 +5,6 @@
 test_init.py      # obscure
 test_internals.py # uses gc.getrefcounts
 test_keeprefs.py  # implementation details: ._objects
-test_libc.py
 test_macholib.py  # OS X specific
 test_objects.py   # implementation details: ._objects
 test_python_api.py # CPython specific



More information about the Pypy-commit mailing list