X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=tests%2Ferrors%2Fe_excvalfunctype.pyx;h=9ab2e802aad56ed60c3f774045962f6fb095bc4d;hb=c0c11c66bcdac4ee7c58904981d632e49132481c;hp=8be36a50166d78697f44c23265a493d832d2582b;hpb=f7d1c64f91dd9451b82cc76e36dd53e42bd3b5f7;p=cython.git diff --git a/tests/errors/e_excvalfunctype.pyx b/tests/errors/e_excvalfunctype.pyx index 8be36a50..9ab2e802 100644 --- a/tests/errors/e_excvalfunctype.pyx +++ b/tests/errors/e_excvalfunctype.pyx @@ -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' """