[pypy-commit] pypy llvm-translation-backend: Fix test_driver.test_ctr().

Manuel Jacob noreply at buildbot.pypy.org
Thu May 22 08:16:45 CEST 2014


Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r71669:24b03deafc9e
Date: 2014-05-22 08:15 +0200
http://bitbucket.org/pypy/pypy/changeset/24b03deafc9e/

Log:	Fix test_driver.test_ctr().

diff --git a/rpython/translator/test/test_driver.py b/rpython/translator/test/test_driver.py
--- a/rpython/translator/test/test_driver.py
+++ b/rpython/translator/test/test_driver.py
@@ -43,7 +43,7 @@
         'backendopt_lltype']
 
     expected = ['annotate', 'backendopt', 'llinterpret', 'rtype', 'source_c',
-                'compile_c', 'pyjitpl']
+                'compile_c', 'source_llvm', 'compile_llvm', 'pyjitpl']
 
     assert set(td.exposed) == set(expected)
 


More information about the pypy-commit mailing list