Fix lost code in branch merge
This commit is contained in:
parent
f994bc481d
commit
16c7ef3142
2 changed files with 4 additions and 0 deletions
|
|
@ -13,4 +13,6 @@ if special_variable_macros.testJames(name) != "SWIGTYPE_Name":
|
|||
raise "test failed"
|
||||
if special_variable_macros.testJim(name) != "multiname num":
|
||||
raise "test failed"
|
||||
if special_variable_macros.testJohn(special_variable_macros.PairIntBool(10, False)) != 123:
|
||||
raise "test failed"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue