add another case
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7858 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2fc9c01d84
commit
0994c45ede
1 changed files with 3 additions and 1 deletions
|
|
@ -53,9 +53,11 @@ class C(FooBar_int):
|
|||
pass
|
||||
|
||||
cc = C()
|
||||
|
||||
c = C.get_self(cc)
|
||||
c.advance()
|
||||
|
||||
if c.get_name() != "FooBar::get_name hello":
|
||||
raise RuntimeError
|
||||
|
||||
if c.name() != "FooBar::get_name hello":
|
||||
raise RuntimeError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue