Fix error line numbers (due to tag additions).
[cython.git] / tests / errors / nonconst_def.pyx
index abc28be56cab5f7dc8e52096ab640f305e3863d3..4b7c101f1a59af7d48e8d2e313de1a3285b3ee39 100644 (file)
@@ -4,6 +4,6 @@ import os
 DEF ospath = os.path
 
 _ERRORS = u"""
-2:15: Compile-time name 'os' not defined
-2:15: Error in compile-time expression: AttributeError: 'NoneType' object has no attribute 'path'
+4:15: Compile-time name 'os' not defined
+4:15: Error in compile-time expression: AttributeError: 'NoneType' object has no attribute 'path'
 """