Commit 8c5bc4d5 by Tom Tromey Committed by Tom Tromey

For PR java/3417:

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

From-SVN: r48161
parent c93e80a5
2001-12-18 Tom Tromey <tromey@redhat.com>
For PR java/3417:
* libjava.compile/PR3417.xfail: New file.
* libjava.compile/PR3417.java: New file.
2001-12-17 Tom Tromey <tromey@redhat.com>
* libjava.lang/PR3731.xfail: Removed.
......
// Make sure that assignment conversion checks are done for `return'.
class PR3417
{
char func (int i) { return i; }
}
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