[pypy-svn] r32999 - pypy/dist/pypy/translator/test

pedronis at codespeak.net pedronis at codespeak.net
Sun Oct 8 15:20:35 CEST 2006


Author: pedronis
Date: Sun Oct  8 15:20:34 2006
New Revision: 32999

Modified:
   pypy/dist/pypy/translator/test/test_driver.py
Log:
fix the test.

if you change driver.py please run test_driver.py! easy enough, it may even spot
syntax errors in you change btw.



Modified: pypy/dist/pypy/translator/test/test_driver.py
==============================================================================
--- pypy/dist/pypy/translator/test/test_driver.py	(original)
+++ pypy/dist/pypy/translator/test/test_driver.py	Sun Oct  8 15:20:34 2006
@@ -36,7 +36,9 @@
 
 
     assert cmpl(td.exposed,
-                ['annotate', 'backendopt_lltype', 'llinterpret_lltype',
+                ['annotate', 'backendopt_lltype',
+                 'backendopt_ootype',
+                 'llinterpret_lltype',
                  'rtype_ootype', 'rtype_lltype',
                  'source_cl', 'source_js', 'source_squeak', 'source_cli', 'source_c',
                  'source_llvm', 'compile_cl', 'compile_cli', 'compile_c', 'compile_squeak',



More information about the Pypy-commit mailing list