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

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Dec 2 15:45:29 CET 2009


Author: cfbolz
Date: Wed Dec  2 15:45:29 2009
New Revision: 69847

Modified:
   pypy/trunk/pypy/lang/test/test_translation.py
Log:
prolog moved away


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	Wed Dec  2 15:45:29 2009
@@ -29,6 +29,3 @@
 
     def test_js(self):
         self.translate('targetjsstandalone')
-
-    def test_prolog(self):
-        self.translate('targetprologstandalone')



More information about the Pypy-commit mailing list