strange cache effect, disable by now, see enum_template.i
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6340 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a105903188
commit
6f5b5d3b7c
4 changed files with 49 additions and 1 deletions
7
SWIG/Examples/test-suite/python/enum_template_runme.py
Normal file
7
SWIG/Examples/test-suite/python/enum_template_runme.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import enum_template
|
||||
if enum_template.MakeETest() != 1:
|
||||
raise RuntimeError
|
||||
|
||||
if enum_template.TakeETest(0) != None:
|
||||
raise RuntimeError
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue