Commit 5fdb48d4 authored by Stefan Behnel's avatar Stefan Behnel

improve error output in test case

parent e8e96dfc
......@@ -14,7 +14,7 @@ def test_outer_inner_double():
nonlocal x
x = 2.0
inner()
assert x == 2.0
assert x == 2.0, str(x)
return cython.typeof(x)
......
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