[pypy-svn] r35602 - pypy/dist/pypy/jit/codegen/i386/test

arigo at codespeak.net arigo at codespeak.net
Mon Dec 11 22:57:47 CET 2006


Author: arigo
Date: Mon Dec 11 22:57:46 2006
New Revision: 35602

Modified:
   pypy/dist/pypy/jit/codegen/i386/test/test_genc_ts.py
Log:
Yet another place where the config refactoring didn't go.


Modified: pypy/dist/pypy/jit/codegen/i386/test/test_genc_ts.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/i386/test/test_genc_ts.py	(original)
+++ pypy/dist/pypy/jit/codegen/i386/test/test_genc_ts.py	Mon Dec 11 22:57:46 2006
@@ -96,7 +96,7 @@
         annhelper.finish()
         t = self.rtyper.annotator.translator
         t.config.translation.gc = 'boehm'
-        cbuilder = CStandaloneBuilder(t, ll_main)
+        cbuilder = CStandaloneBuilder(t, ll_main, config=t.config)
         cbuilder.generate_source()
         cbuilder.compile()
         self.main_cbuilder= cbuilder



More information about the Pypy-commit mailing list