diff --git a/tests/test_jit/test_pypy.py b/tests/test_jit/test_pypy.py index 912dcdab9c14387e4d7dd2df979d8e18e57ebe74..1942f7af276fdefc5c235aa706999bfad9cc9a0c 100644 --- a/tests/test_jit/test_pypy.py +++ b/tests/test_jit/test_pypy.py @@ -30,7 +30,7 @@ def test_PyPy(): flags = ['-O3', '--no-shared', '--backend=mu', '--mu-impl=zebu', '--mu-vmargs', '--gc-immixspace-size=10737418240', '--mu-suplibdir=%(bin_dir)s' % globals()] # flags = ['-O3', '--no-shared', '--backend=c', '--no-profopt'] - args = ['--no-allworkingmodules'] + args = ['--pybenchmodules'] cmd.extend(flags) cmd.extend(['--output=%s' % target])