[pypy-svn] r38954 - pypy/dist/pypy/translator/goal

xoraxax at codespeak.net xoraxax at codespeak.net
Thu Feb 15 21:27:15 CET 2007


Author: xoraxax
Date: Thu Feb 15 21:27:13 2007
New Revision: 38954

Modified:
   pypy/dist/pypy/translator/goal/bench-cronjob.py
Log:
Oops, forgot this line in bench-cronjob.

Modified: pypy/dist/pypy/translator/goal/bench-cronjob.py
==============================================================================
--- pypy/dist/pypy/translator/goal/bench-cronjob.py	(original)
+++ pypy/dist/pypy/translator/goal/bench-cronjob.py	Thu Feb 15 21:27:13 2007
@@ -169,7 +169,7 @@
 def main(backends=[]):
     if backends == []:  #_ prefix means target specific option, # prefix to outcomment
         backends = [backend.strip() for backend in """
-            llvm--_objspace-std-withstrdict
+            llvm--_objspace-std-withmultidict
             llvm--_objspace-opcodes-CALL_LIKELY_BUILTIN
             c
             c--gc=framework



More information about the Pypy-commit mailing list