Merged pull request #12 from bhy/T423.
[cython.git] / tests / errors / notcimportedT418.pyx
index c2dbd0e0d1d59a78f5d0cc34a6dd3642e054ea06..980d66555bfa250dfe667525f77899ed8ff83aef 100644 (file)
@@ -1,7 +1,10 @@
+# ticket: 418
+# mode: error
+
 import somemod.child
 
 cdef somemod.child.something x
 
 _ERRORS = u"""
-3:5: 'somemod.child' is not a cimported module
+6:5: 'somemod.child' is not a cimported module
 """