X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=tests%2Ferrors%2FnotcimportedT418.pyx;h=980d66555bfa250dfe667525f77899ed8ff83aef;hb=c0c11c66bcdac4ee7c58904981d632e49132481c;hp=f826368b38e57bf96398d3dd602e595c1eb7790e;hpb=f7d1c64f91dd9451b82cc76e36dd53e42bd3b5f7;p=cython.git diff --git a/tests/errors/notcimportedT418.pyx b/tests/errors/notcimportedT418.pyx index f826368b..980d6655 100644 --- a/tests/errors/notcimportedT418.pyx +++ b/tests/errors/notcimportedT418.pyx @@ -6,5 +6,5 @@ import somemod.child cdef somemod.child.something x _ERRORS = u""" -3:5: 'somemod.child' is not a cimported module +6:5: 'somemod.child' is not a cimported module """