Fix typemap delete regression introduced in rev 11838
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12008 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
efd200ffe2
commit
03bd7005bb
4 changed files with 26 additions and 4 deletions
5
Examples/test-suite/python/typemap_delete_runme.py
Normal file
5
Examples/test-suite/python/typemap_delete_runme.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import typemap_delete
|
||||
|
||||
r = typemap_delete.Rect(123)
|
||||
if r.val != 123:
|
||||
raise RuntimeError
|
||||
Loading…
Add table
Add a link
Reference in a new issue