[pypy-svn] r45638 - pypy/dist/pypy/lang/test

jlg at codespeak.net jlg at codespeak.net
Mon Aug 13 19:06:20 CEST 2007


Author: jlg
Date: Mon Aug 13 19:06:19 2007
New Revision: 45638

Modified:
   pypy/dist/pypy/lang/test/test_translation.py
Log:
scheme does translate

Modified: pypy/dist/pypy/lang/test/test_translation.py
==============================================================================
--- pypy/dist/pypy/lang/test/test_translation.py	(original)
+++ pypy/dist/pypy/lang/test/test_translation.py	Mon Aug 13 19:06:19 2007
@@ -25,7 +25,6 @@
         drv.proceed('compile')
 
     def test_scheme(self):
-        py.test.skip("Doesn't work and this is a known issue")
         self.translate('targetscheme')
 
     def test_js(self):



More information about the Pypy-commit mailing list