Fix typo in test.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 15 Oct 2009 10:39:59 +0000 (03:39 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 15 Oct 2009 10:39:59 +0000 (03:39 -0700)
tests/errors/pyobjcastdisallow_T313.pyx

index 18ca2b04ad8f80f55d56d3af602683d193d97ca6..35c9b2784e0d996fc7658dde1a7dacb9b5834616 100644 (file)
@@ -5,5 +5,5 @@ cdef void* allowed = <void*>a
 cdef double* disallowed = <double*>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
 """