Commit ec629ef5 by Tom Tromey Committed by Tom Tromey

For PR java/12915:

	* libjava.lang/PR12915.java: New file.
	* libjava.lang/PR12915.out: New file.

From-SVN: r73460
parent 285b36d6
2003-11-11 Tom Tromey <tromey@redhat.com>
For PR java/12915:
* libjava.lang/PR12915.java: New file.
* libjava.lang/PR12915.out: New file.
* libjava.jacks/jacks.exp (gcj_jacks_write): Enable "assert"
constraint.
* libjava.jacks/jacks.xfail: Added new xfails.
......
public class PR12915 {
public static void main(String[] args)
{
System.out.println(((String) null) + "");
}
}
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