From cddc08e4d5e5316a5d1242cd7cd3c2c0def17b61 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Thu, 15 Oct 2009 03:39:59 -0700 Subject: [PATCH] Fix typo in test. --- tests/errors/pyobjcastdisallow_T313.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ -- 2.26.2