[pypy-svn] r69965 - pypy/trunk/pypy/lang/test

fijal at codespeak.net fijal at codespeak.net
Tue Dec 8 10:05:55 CET 2009


Author: fijal
Date: Tue Dec  8 10:05:54 2009
New Revision: 69965

Modified:
   pypy/trunk/pypy/lang/test/test_translation.py
Log:
Delete this test.


Modified: pypy/trunk/pypy/lang/test/test_translation.py
==============================================================================
--- pypy/trunk/pypy/lang/test/test_translation.py	(original)
+++ pypy/trunk/pypy/lang/test/test_translation.py	Tue Dec  8 10:05:54 2009
@@ -26,6 +26,3 @@
 
     def test_scheme(self):
         self.translate('targetscheme')
-
-    def test_js(self):
-        self.translate('targetjsstandalone')



More information about the Pypy-commit mailing list