For PR java/3417:

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

From-SVN: r48161
This commit is contained in:
Tom Tromey 2001-12-18 16:36:40 +00:00 committed by Tom Tromey
parent c93e80a5d0
commit 8c5bc4d56e
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -0,0 +1,6 @@
// Make sure that assignment conversion checks are done for `return'.
class PR3417
{
char func (int i) { return i; }
}

View File

@ -0,0 +1 @@
shouldfail