From: Robert Bradshaw Date: Thu, 15 Oct 2009 10:39:59 +0000 (-0700) Subject: Fix typo in test. X-Git-Tag: 0.13.beta0~2^2~121^2~48^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cddc08e4d5e5316a5d1242cd7cd3c2c0def17b61;p=cython.git Fix typo in test. --- diff --git a/tests/errors/pyobjcastdisallow_T313.pyx b/tests/errors/pyobjcastdisallow_T313.pyx index 18ca2b04..35c9b278 100644 --- a/tests/errors/pyobjcastdisallow_T313.pyx +++ b/tests/errors/pyobjcastdisallow_T313.pyx @@ -5,5 +5,5 @@ cdef void* allowed = a cdef double* disallowed = a _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 """