Fix error line numbers (due to tag additions).
[cython.git] / tests / errors / e_nogilcmeth.pyx
index 6525292c68c80410278c744e0b82c210c0252499..02ab59b4b8a1f4835cf2f54eefd80cab02477d3f 100644 (file)
@@ -5,6 +5,6 @@ cdef class C:
                pass
 
 _ERRORS = u"""
-2:6: Signature not compatible with previous declaration
 2:12: Previous declaration is here
+4: 6: Signature not compatible with previous declaration
 """