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)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit