[pypy-svn] r67235 - pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/test

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Aug 27 15:03:37 CEST 2009


Author: cfbolz
Date: Thu Aug 27 15:03:36 2009
New Revision: 67235

Modified:
   pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/test/test_ll2ctypes.py
Log:
there were two tests with the name test_qsort


Modified: pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/test/test_ll2ctypes.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/test/test_ll2ctypes.py	(original)
+++ pypy/branch/pyjitpl5/pypy/rpython/lltypesystem/test/test_ll2ctypes.py	Thu Aug 27 15:03:36 2009
@@ -804,7 +804,7 @@
 
         assert f() == 6
 
-    def test_qsort(self):
+    def test_qsort_callback(self):
         TP = rffi.CArrayPtr(rffi.INT)
         a = lltype.malloc(TP.TO, 5, flavor='raw')
         a[0] = 5



More information about the Pypy-commit mailing list