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:
William S Fulton 2009-08-16 00:09:43 +00:00
parent c7b7078dd0
commit 26cc9252d9
1 changed files with 1 additions and 1 deletions

View File

@ -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);