Author: Maciej Fijalkowski <[email protected]>
Branch: remove-globals-in-jit
Changeset: r59735:b67d69cc8c0d
Date: 2013-01-05 18:22 +0200
http://bitbucket.org/pypy/pypy/changeset/b67d69cc8c0d/

Log:    fix

diff --git a/pypy/jit/tool/test/test_jitoutput.py 
b/pypy/jit/tool/test/test_jitoutput.py
--- a/pypy/jit/tool/test/test_jitoutput.py
+++ b/pypy/jit/tool/test/test_jitoutput.py
@@ -21,7 +21,7 @@
 
     cap = py.io.StdCaptureFD()
     try:
-        ll_meta_interp(f, [10], CPUClass=runner.LLtypeCPU, 
type_system='lltype',
+        ll_meta_interp(f, [10], CPUClass=runner.LLGraphCPU, 
type_system='lltype',
                        ProfilerClass=Profiler)
     finally:
         out, err = cap.reset()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to