Document patch #33 from previous commit and complete run time tests
This commit is contained in:
parent
9be3235988
commit
439a353a36
7 changed files with 26 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ void main() {
|
|||
throw new Exception("test failed");
|
||||
}
|
||||
|
||||
if (testJames(name) != "SWIGTYPE_Name") {
|
||||
throw new Exception("test failed");
|
||||
}
|
||||
|
||||
if (testJim(name) != "multiname num") {
|
||||
throw new Exception("test failed");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue