Commit cddc08e4 authored by Robert Bradshaw's avatar Robert Bradshaw

Fix typo in test.

parent b1fbfb0e
...@@ -5,5 +5,5 @@ cdef void* allowed = <void*>a ...@@ -5,5 +5,5 @@ cdef void* allowed = <void*>a
cdef double* disallowed = <double*>a cdef double* disallowed = <double*>a
_ERRORS = u""" _ERRORS = u"""
5:26: Python objects cannot be casted to pointers of primitive types 5:26: Python objects cannot be cast to pointers of primitive types
""" """
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