fixes on test related to member vars
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5933 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ddcb970b0c
commit
a55e29d2f3
4 changed files with 4 additions and 4 deletions
|
|
@ -62,7 +62,7 @@ s = "hello world"
|
|||
|
||||
b = lib_std_string.B("hi")
|
||||
|
||||
b.name = "hello"
|
||||
b.name = lib_std_string.string("hello")
|
||||
if b.name != "hello":
|
||||
raise RuntimeError, "bad string mapping"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue