For PR java/12996:

* libjava.jar/simple.jar: New file.
	* libjava.jar/simple.xfail: New file.
	* libjava.jar/simple.out: New file.
	* libjava.jar/simple.java: New file.
	* libjava.jar/jar.exp: New file.

From-SVN: r73426
This commit is contained in:
Tom Tromey 2003-11-10 21:30:10 +00:00 committed by Tom Tromey
parent 9596236a48
commit 9472b498dd
6 changed files with 77 additions and 0 deletions

View file

@ -0,0 +1,7 @@
public class simple
{
public static void main(String[] args)
{
System.out.println("hi");
}
}