minor improvement to testcase
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11715 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6fc2ce82ea
commit
283fd3c7ec
2 changed files with 13 additions and 3 deletions
|
|
@ -21,6 +21,7 @@ public class template_nested_typemaps_runme {
|
|||
|
||||
if (template_nested_typemaps.globalInt1(v) != v) throw new RuntimeException("failed");
|
||||
if (template_nested_typemaps.globalInt2(v) != v) throw new RuntimeException("failed");
|
||||
if (template_nested_typemaps.globalInt3(v) != vTypemap) throw new RuntimeException("failed");
|
||||
}
|
||||
|
||||
{
|
||||
|
|
@ -31,6 +32,7 @@ public class template_nested_typemaps_runme {
|
|||
|
||||
if (template_nested_typemaps.globalShort1(v) != v) throw new RuntimeException("failed");
|
||||
if (template_nested_typemaps.globalShort2(v) != v) throw new RuntimeException("failed");
|
||||
if (template_nested_typemaps.globalShort3(v) != vTypemap) throw new RuntimeException("failed");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue