Partial merge of trunk progress. Some tests still fail.
[cython.git] / tests / errors / e2_packedstruct_T290.pyx
index d5628772c209054d756546217a4df5dfdb8c1869..1a0f40f186248636cdf8b4fdf5a3d0a6a0582124 100644 (file)
@@ -1,6 +1,9 @@
+# ticket: 290
+# mode: error
+
 cdef packed foo:
     pass
 
 _ERRORS = u"""
-1:12: Expected 'struct', found 'foo'
+4:12: Expected 'struct', found 'foo'
 """