keyword variable workaround in testcase

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12880 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2011-12-21 07:18:45 +00:00
commit b50e6858ac
2 changed files with 14 additions and 14 deletions

View file

@ -44,7 +44,7 @@ public class extend_constructor_destructor_runme {
}
public static void checkGlobal(int val) {
int global = extend_constructor_destructor.getGlobal();
int global = extend_constructor_destructor.getGlobalVar();
if (global != val)
throw new RuntimeException("global value incorrect. Expected: " + val + " got: " + global);
}