disable raise ... from ... unittest in py3 (but other syntax checks still work)
[cython.git] / tests / errors / callingnonexisting_T307.pyx
1 nonexisting(3, with_kw_arg=4)
2
3 _ERRORS = u"""
4 1:11: undeclared name not builtin: nonexisting
5 """