Commit c229a56f authored by Lisandro Dalcin's avatar Lisandro Dalcin

fix testcase to avoid GCC warning about unused function

parent 50ad6727
......@@ -15,3 +15,6 @@ cdef double spam "c_spam" (int i, float f):
b = p.i
p.i = x
p.i = y
return 0.0
spam()
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