Author: Armin Rigo <[email protected]>
Branch: cffi-1.0
Changeset: r1892:7395fc0d48c2
Date: 2015-04-30 09:31 +0200
http://bitbucket.org/cffi/cffi/changeset/7395fc0d48c2/

Log:    this test works now

diff --git a/_cffi1/test_verify1.py b/_cffi1/test_verify1.py
--- a/_cffi1/test_verify1.py
+++ b/_cffi1/test_verify1.py
@@ -1670,7 +1670,6 @@
         "function myfunc: 'foo_t' is used as result type, but is opaque")
 
 def test_include():
-    py.test.xfail("test_include")
     ffi1 = FFI()
     ffi1.cdef("typedef struct { int x; ...; } foo_t;")
     ffi1.verify("typedef struct { int y, x; } foo_t;")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to