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

Fix test tag

parent 83991ecb
# mode: error
class Pyclass(object): class Pyclass(object):
cdef bad(self): cdef bad(self):
pass pass
_ERRORS = """ _ERRORS = """
2:9: cdef statement not allowed here 4:9: cdef statement not allowed here
""" """
# mode: error
import cython import cython
class Pyclass(object): class Pyclass(object):
...@@ -6,5 +7,5 @@ class Pyclass(object): ...@@ -6,5 +7,5 @@ class Pyclass(object):
pass pass
_ERRORS = """ _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