several fixes, see CHANGES.current 10/04/2004
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6317 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ee22931573
commit
2792ac8752
17 changed files with 216 additions and 97 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import overload_extend
|
||||
|
||||
f = overload_extend.Foo()
|
||||
if f.test() != 0:
|
||||
raise RuntimeError
|
||||
if f.test(3) != 1:
|
||||
raise RuntimeError
|
||||
if f.test("hello") != 2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue