[pypy-commit] pypy py3.3: Revert change to cffi backend test.

marky1991 pypy.commits at gmail.com
Tue Jan 12 22:24:25 EST 2016


Author: marky1991 <marky1991 at gmail.com>
Branch: py3.3
Changeset: r81717:ecb018d6001d
Date: 2016-01-10 18:17 -0500
http://bitbucket.org/pypy/pypy/changeset/ecb018d6001d/

Log:	Revert change to cffi backend test.

diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py
--- a/pypy/module/_cffi_backend/test/_backend_test_c.py
+++ b/pypy/module/_cffi_backend/test/_backend_test_c.py
@@ -1,7 +1,7 @@
 # ____________________________________________________________
 
 import sys
-assert __version__ == "1.4.2", ("This test_c.py file is for testing a version"
+assert __version__ == "1.3.1", ("This test_c.py file is for testing a version"
                                 " of cffi that differs from the one that we"
                                 " get from 'import _cffi_backend'")
 if sys.version_info < (3,):


More information about the pypy-commit mailing list