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

iko at codespeak.net iko at codespeak.net
Fri Oct 17 10:59:19 CEST 2008


Author: iko
Date: Fri Oct 17 10:59:16 2008
New Revision: 59166

Modified:
   pypy/trunk/lib-python/modified-2.5.2/test/list_tests.py
Log:
missing module name



Modified: pypy/trunk/lib-python/modified-2.5.2/test/list_tests.py
==============================================================================
--- pypy/trunk/lib-python/modified-2.5.2/test/list_tests.py	(original)
+++ pypy/trunk/lib-python/modified-2.5.2/test/list_tests.py	Fri Oct 17 10:59:16 2008
@@ -513,7 +513,7 @@
         a[::2] = tuple(range(5))
         self.assertEqual(a, self.type2test([0, 1, 1, 3, 2, 5, 3, 7, 4, 9]))
 
-    @impl_detail
+    @test_support.impl_detail
     def test_constructor_exception_handling(self):
         # Bug #1242657
         class F(object):



More information about the Pypy-commit mailing list