[pypy-svn] r61442 - pypy/trunk/pypy/module/_lsprof/test

fijal at codespeak.net fijal at codespeak.net
Thu Jan 29 13:39:28 CET 2009


Author: fijal
Date: Thu Jan 29 13:39:27 2009
New Revision: 61442

Modified:
   pypy/trunk/pypy/module/_lsprof/test/test_cprofile.py
Log:
remove pointless test


Modified: pypy/trunk/pypy/module/_lsprof/test/test_cprofile.py
==============================================================================
--- pypy/trunk/pypy/module/_lsprof/test/test_cprofile.py	(original)
+++ pypy/trunk/pypy/module/_lsprof/test/test_cprofile.py	Thu Jan 29 13:39:27 2009
@@ -167,14 +167,6 @@
         finally:
             sys.path.pop(0)
 
-
-class AppTestOptimized(AppTestCProfile):
-
-    objspace_options = {'objspace.std.builtinshortcut': True}
-
-    def test_cprofile(self):
-        skip('fixme')
-
 expected_output = {}
 expected_output['print_stats'] = """\
          %(nfunc)d function calls (%(nprim)d primitive calls) in 1.000 CPU seconds



More information about the Pypy-commit mailing list