[pypy-svn] r66098 - pypy/branch/pyjitpl5/pypy/translator/test

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Jul 3 13:51:25 CEST 2009


Author: cfbolz
Date: Fri Jul  3 13:51:22 2009
New Revision: 66098

Modified:
   pypy/branch/pyjitpl5/pypy/translator/test/test_driver.py
Log:
(pedronis, cfbolz): fix test_driver


Modified: pypy/branch/pyjitpl5/pypy/translator/test/test_driver.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/translator/test/test_driver.py	(original)
+++ pypy/branch/pyjitpl5/pypy/translator/test/test_driver.py	Fri Jul  3 13:51:22 2009
@@ -35,7 +35,8 @@
                  'compile_cli', 'compile_c',
                  'run_c', 'run_cli',
                  'compile_jvm', 'source_jvm', 'run_jvm',
-                 'prejitbackendopt_lltype', 'pyjitpl_lltype']
+                 'prejitbackendopt_lltype', 'pyjitpl_lltype',
+                 'prejitbackendopt_ootype', 'pyjitpl_ootype']
     assert set(td.exposed) == set(expected)                             
 
     td = TranslationDriver({'backend': None, 'type_system': 'lltype'})



More information about the Pypy-commit mailing list