[pypy-svn] r45320 - pypy/dist/pypy/rpython/module/test

fijal at codespeak.net fijal at codespeak.net
Wed Jul 25 12:24:48 CEST 2007


Author: fijal
Date: Wed Jul 25 12:24:48 2007
New Revision: 45320

Modified:
   pypy/dist/pypy/rpython/module/test/test_ll_os.py
Log:
Another typo


Modified: pypy/dist/pypy/rpython/module/test/test_ll_os.py
==============================================================================
--- pypy/dist/pypy/rpython/module/test/test_ll_os.py	(original)
+++ pypy/dist/pypy/rpython/module/test/test_ll_os.py	Wed Jul 25 12:24:48 2007
@@ -113,7 +113,7 @@
         for value in [0, 1, 127, 128, 255]:
             assert fn(value) == fun(value)
 
-def test_os_uname(self):
+def test_os_uname():
     if not hasattr(os, 'uname'):
         py.test.skip("os.uname does not exist")
     from pypy.translator.c.test.test_genc import compile



More information about the Pypy-commit mailing list