Commit b0a99d41 authored by Robert Bradshaw's avatar Robert Bradshaw

Suppress warning in test.

parent 8c1c87f5
...@@ -109,3 +109,5 @@ cdef cython_bug(int u): ...@@ -109,3 +109,5 @@ cdef cython_bug(int u):
g(u, u) g(u, u)
finally: finally:
g(u, u) g(u, u)
cython_bug(1)
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