Fix error line numbers (due to tag additions).
[cython.git] / tests / errors / invalid_uescape2.pyx
index 59328f692c30a5fea6eb0e5bf7fe405e1e2f2ce0..9a22eb1e26d74bc53610896fdf8e2ca898a2266a 100644 (file)
@@ -3,5 +3,5 @@
 u'\u12'
 
 _ERRORS = '''
-2:2: Invalid unicode escape '\u'
+3:2: Invalid unicode escape '\u'
 '''