Commit deb92199 authored by gsamain's avatar gsamain

Enhance typecast test

parent 21418583
......@@ -25,4 +25,4 @@ cpdef bag():
o.a = -1
cdef SomeWrapper w = SomeWrapper(3)
return str(<int> o) + '\n' + str(<unsigned int> o) + '\n' + str(<bint> o)\
+ '\n' + str(<int> <SomeMemory> w)
+ '\n' + str(<int> <SomeMemory> w) + '\n' + str(<bint> <SomeMemory> w)
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