fixes on test related to member vars
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5933 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
885c23dd72
commit
92e43dda16
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