Fix lost code in branch merge

This commit is contained in:
William S Fulton 2013-09-17 20:28:09 +01:00
commit 16c7ef3142
2 changed files with 4 additions and 0 deletions

View file

@ -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"