Fix error line numbers (due to tag additions).
[cython.git] / tests / errors / e_excvalfunctype.pyx
index 8be36a50166d78697f44c23265a493d832d2582b..9ab2e802aad56ed60c3f774045962f6fb095bc4d 100644 (file)
@@ -9,6 +9,6 @@ cdef spamfunc spam
 grail = spam # type mismatch
 spam = grail # type mismatch
 _ERRORS = u"""
-7:28: Cannot assign type 'spamfunc' to 'grailfunc'
-8:28: Cannot assign type 'grailfunc' to 'spamfunc'
+9:28: Cannot assign type 'spamfunc' to 'grailfunc'
+10:28: Cannot assign type 'grailfunc' to 'spamfunc'
 """