Added test case just to check a few things with protected/private virtual methods
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5515 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
02b68156cd
commit
b4a8805a9f
3 changed files with 36 additions and 0 deletions
6
Examples/test-suite/python/abstract_access_runme.py
Normal file
6
Examples/test-suite/python/abstract_access_runme.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import abstract_access
|
||||
|
||||
d = abstract_access.D()
|
||||
if d.do_x() != 1:
|
||||
raise RuntimeError
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue