Merged pull request #12 from bhy/T423.
[cython.git] / tests / errors / cmethbasematch.pyx
index 6c206ae0f16262bef5553fcb4a6d47767c3a643a..9e309f16f47e966559aeff969dd675c270943165 100644 (file)
@@ -9,6 +9,6 @@ cdef class D(C):
         pass
 
 _ERRORS = u"""
-6: 9: Signature not compatible with previous declaration
-2: 9: Previous declaration is here
+8: 9: Signature not compatible with previous declaration
+4: 9: Previous declaration is here
 """