Commit 0e7d5046 authored by Lisandro Dalcin's avatar Lisandro Dalcin

Fix test tag

parent 83991ecb
# mode: error
class Pyclass(object):
cdef bad(self):
pass
_ERRORS = """
2:9: cdef statement not allowed here
4:9: cdef statement not allowed here
"""
# mode: error
import cython
class Pyclass(object):
......@@ -6,5 +7,5 @@ class Pyclass(object):
pass
_ERRORS = """
5:4: cfunc directive is not allowed here
6:4: cfunc directive is not allowed here
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment