mirror of https://github.com/swig/swig
Fix testcase comment
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11585 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c7b7078dd0
commit
26cc9252d9
|
@ -40,7 +40,7 @@ public class java_throws_runme {
|
|||
if (!pass)
|
||||
throw new RuntimeException("Test 2 failed");
|
||||
|
||||
// Check the exception class in the throw typemap
|
||||
// Check the exception class is used with %catches
|
||||
pass = false;
|
||||
try {
|
||||
java_throws.catches_function(100);
|
||||
|
|
Loading…
Reference in New Issue