Added a broken case after the abstract_typedef case was fixed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4371 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5521aecb6c
commit
2b33f39cff
3 changed files with 43 additions and 0 deletions
11
SWIG/Examples/test-suite/python/abstract_typedef2_runme.py
Normal file
11
SWIG/Examples/test-suite/python/abstract_typedef2_runme.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
from abstract_typedef2 import *
|
||||
e = Engine()
|
||||
|
||||
a = A()
|
||||
|
||||
|
||||
if a.write(e) != 1:
|
||||
raise RuntimeError
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue