Commit 77a40c90 authored by Stefan Behnel's avatar Stefan Behnel

made new test case an error test case

--HG--
rename : tests/compile/nonconst_def.pyx => tests/errors/nonconst_def.pyx
parent b95774e5
import os
DEF ospath = os.path
import os
DEF ospath = os.path
_ERRORS = u"""
2:15: Compile-time name 'os' not defined
2:15: Error in compile-time expression: AttributeError: 'NoneType' object has no attribute 'path'
"""
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