strange cache effect, disable by now, see enum_template.i
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6340 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9303e3af22
commit
c3b41dd959
4 changed files with 49 additions and 1 deletions
7
Examples/test-suite/python/enum_template_runme.py
Normal file
7
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