For PR java/3417:
* libjava.compile/PR3417.xfail: New file. * libjava.compile/PR3417.java: New file. From-SVN: r48161
This commit is contained in:
parent
c93e80a5d0
commit
8c5bc4d56e
3 changed files with 13 additions and 0 deletions
6
libjava/testsuite/libjava.compile/PR3417.java
Normal file
6
libjava/testsuite/libjava.compile/PR3417.java
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Make sure that assignment conversion checks are done for `return'.
|
||||
|
||||
class PR3417
|
||||
{
|
||||
char func (int i) { return i; }
|
||||
}
|
1
libjava/testsuite/libjava.compile/PR3417.xfail
Normal file
1
libjava/testsuite/libjava.compile/PR3417.xfail
Normal file
|
@ -0,0 +1 @@
|
|||
shouldfail
|
Loading…
Add table
Add a link
Reference in a new issue