2004-06-26 Andrew Cagney <cagney@gnu.org>

Test PR java/1567 and PR java/1565.
	* gdb.java/jmain.exp, gdb.java/jmain.java: New files.
	* gdb.java/jmisc2.exp: Delete file.
This commit is contained in:
Andrew Cagney
2004-06-27 00:41:39 +00:00
parent f01132fe7f
commit 11422c8666
4 changed files with 79 additions and 91 deletions

View File

@@ -0,0 +1,7 @@
public class jmain
{
public static void main (String[] args)
{
return;
}
}