Fix error line numbers (due to tag additions).
[cython.git] / tests / errors / e_undefexttype.pyx
old mode 100755 (executable)
new mode 100644 (file)
index 89300a2..3a68f8b
@@ -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
 """