Author: mattip <[email protected]>
Branch: seperate-strucmember_h
Changeset: r82150:8b1eeaf21f9e
Date: 2016-02-10 21:52 +0200
http://bitbucket.org/pypy/pypy/changeset/8b1eeaf21f9e/

Log:    fix test

diff --git a/pypy/module/cpyext/test/test_intobject.py 
b/pypy/module/cpyext/test/test_intobject.py
--- a/pypy/module/cpyext/test/test_intobject.py
+++ b/pypy/module/cpyext/test/test_intobject.py
@@ -99,6 +99,7 @@
              """),
             ],
             prologue="""
+            #include "structmember.h"
             typedef struct
             {
                 PyObject_HEAD
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to