java specific tests moved to java_director.i

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7102 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-03-28 21:30:51 +00:00
commit 501acb85c2
2 changed files with 0 additions and 11 deletions

View file

@ -34,9 +34,7 @@ public class director_basic_runme {
throw new RuntimeException ( "b.pong()" );
}
/* Test A1's directordisconnect method rename */
A1 a1 = new A1(1, false);
a1.delete();
}
}