more smart pointers + extend fixes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6918 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-01-04 09:41:05 +00:00
commit d13e837d8e
3 changed files with 42 additions and 2 deletions

View file

@ -22,3 +22,13 @@ if b.hello() != p.hello():
d = DFoo()
dp = DPtrFoo(d)
if d.SExt(1) != dp.SExt(1):
raise RuntimeError
if d.Ext(1) != dp.Ext(1):
raise RuntimeError