Partial merge of trunk progress. Some tests still fail.
[cython.git] / tests / errors / e_undefexttype.pyx
index 3a68f8b3cc94668847d4cbb84339a4e934055264..9f732a09afdd81f55ac9f71d883b2df87f4f1583 100644 (file)
@@ -3,6 +3,6 @@
 cdef class Spam
 cdef extern class external.Eggs
 _ERRORS = u"""
-3:5: C class 'Spam' is declared but not defined
-4:5: C class 'Eggs' is declared but not defined
+3:0: C class 'Spam' is declared but not defined
+4:0: C class 'Eggs' is declared but not defined
 """