Fix error line numbers (due to tag additions).
[cython.git] / tests / errors / e_undefexttype.pyx
index 89300a2e5a68dad6d397fbc510dccb4a0edcc507..3a68f8b3cc94668847d4cbb84339a4e934055264 100644 (file)
@@ -1,6 +1,8 @@
+# mode: error
+
 cdef class Spam
 cdef extern class external.Eggs
 _ERRORS = u"""
-/Local/Projects/D/Pyrex/Source/Tests/Errors1/e_undefexttype.pyx:1:5: C class 'Spam' is declared but not defined
-/Local/Projects/D/Pyrex/Source/Tests/Errors1/e_undefexttype.pyx:2:5: C class 'Eggs' is declared but not defined
+3:5: C class 'Spam' is declared but not defined
+4:5: C class 'Eggs' is declared but not defined
 """