[pypy-commit] pypy default: oups

arigo pypy.commits at gmail.com
Sun Nov 13 10:05:07 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r88355:e3e05182dc35
Date: 2016-11-13 16:04 +0100
http://bitbucket.org/pypy/pypy/changeset/e3e05182dc35/

Log:	oups

diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.py b/pypy/module/pypyjit/test_pypy_c/test_00_model.py
--- a/pypy/module/pypyjit/test_pypy_c/test_00_model.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_00_model.py
@@ -27,7 +27,7 @@
             assert 'True' in out, "%r is a not a JIT-enabled pypy" % (pypy_c,)
             out = subprocess.check_output([pypy_c, '-c',
             "import sys; print(sys.version)"])
-            assert out.startswith('3'), "%r is a not a pypy 3" % (pypy_c,)
+            assert out.startswith('2.7'), "%r is a not a pypy 2.7" % (pypy_c,)
         else:
             # backward compatibility: use pypy_c = sys.executable
             # if that's a pypy with a JIT


More information about the pypy-commit mailing list