For PR java/3417:
* libjava.compile/PR3417.xfail: New file. * libjava.compile/PR3417.java: New file. From-SVN: r48161
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// Make sure that assignment conversion checks are done for `return'.
|
||||
|
||||
class PR3417
|
||||
{
|
||||
char func (int i) { return i; }
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
shouldfail
|
||||
Reference in New Issue
Block a user