Commit bf6946d4 authored by Stefan Behnel's avatar Stefan Behnel

Py3 test case fix

parent 03448fe0
......@@ -71,7 +71,7 @@ def checking(MyClass var):
if var is not None:
print var.a
else:
print "var is None"
print u"var is None"
@cython.nonecheck(True)
def check_and_assign(MyClass var):
......
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