Author: Armin Rigo <[email protected]>
Branch: ffi-backend
Changeset: r55915:4c16965c8fb9
Date: 2012-07-04 07:16 +0200
http://bitbucket.org/pypy/pypy/changeset/4c16965c8fb9/

Log:    Copy from cffi/cffi

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
@@ -782,7 +782,7 @@
                                        ('a', BSChar, -1, 2),
                                        ('b', BSChar, -1, 0)])
     e = py.test.raises(TypeError, new_function_type, (BStruct,), BDouble)
-    msg = 'cannot pass as a argument a struct that was completed with verify()'
+    msg ='cannot pass as an argument a struct that was completed with verify()'
     assert msg in str(e.value)
 
 def test_new_charp():
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to