[pypy-svn] r73885 - pypy/branch/cpython-extension/pypy/module/cpyext/test

afa at codespeak.net afa at codespeak.net
Mon Apr 19 16:05:18 CEST 2010


Author: afa
Date: Mon Apr 19 16:05:17 2010
New Revision: 73885

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/test/test_import.py
Log:
Remove outdated comment


Modified: pypy/branch/cpython-extension/pypy/module/cpyext/test/test_import.py
==============================================================================
--- pypy/branch/cpython-extension/pypy/module/cpyext/test/test_import.py	(original)
+++ pypy/branch/cpython-extension/pypy/module/cpyext/test/test_import.py	Mon Apr 19 16:05:17 2010
@@ -8,7 +8,6 @@
         BaseApiTest.setup_method(self, func)
 
     def test_import(self, space, api):
-        # failing because we dont have a caller
         pdb = api.PyImport_Import(space.wrap("pdb"))
         assert pdb
         assert space.getattr(pdb, space.wrap("pm"))



More information about the Pypy-commit mailing list