Author: Richard Plangger <planri...@gmail.com>
Branch: vecopt-merge
Changeset: r79883:b6fc67e7c33e
Date: 2015-09-28 16:35 +0200
http://bitbucket.org/pypy/pypy/changeset/b6fc67e7c33e/

Log:    forgot to remove parameter...

diff --git a/pypy/module/micronumpy/test/test_zjit.py 
b/pypy/module/micronumpy/test/test_zjit.py
--- a/pypy/module/micronumpy/test/test_zjit.py
+++ b/pypy/module/micronumpy/test/test_zjit.py
@@ -104,7 +104,6 @@
                                                                  
'gcrootfinder': 'asmgcc',
                                                                  
'gcremovetypeptr': False
                                                                 },
-                                             deterministic_jit_counter=True,
                                              vec=True)
             self.__class__.interp = interp
             self.__class__.graph = graph
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to