Commit ee62aecc authored by Robert Bradshaw's avatar Robert Bradshaw

Fix test due to message change.

parent 73d0d7a0
...@@ -122,7 +122,7 @@ cdef class NoReduceDueToIntPtr(object): ...@@ -122,7 +122,7 @@ cdef class NoReduceDueToIntPtr(object):
>>> pickle.dumps(NoReduceDueToIntPtr()) >>> pickle.dumps(NoReduceDueToIntPtr())
Traceback (most recent call last): Traceback (most recent call last):
... ...
TypeError: self.int_ptr cannot be converted to a Python object TypeError: self.int_ptr cannot be converted to a Python object for pickling
""" """
cdef int* int_ptr cdef int* int_ptr
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment