Commit 10063dff by Tom Tromey Committed by Tom Tromey

For PR java/11600:

	* libjava.compile/PR11600.xfail: New file.
	* libjava.compile/PR11600.java: New file.

From-SVN: r70183
parent e1a4dd13
2003-08-05 Tom Tromey <tromey@redhat.com>
For PR java/11600:
* libjava.compile/PR11600.xfail: New file.
* libjava.compile/PR11600.java: New file.
2003-08-04 Tom Tromey <tromey@redhat.com>
* libjava.jacks/jacks.exp (gcj_jacks_run): Just ignore errors
......
public class PR11600 implements Cloneable
{
public Object clone ()
{
return super.clone ();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment