For PR java/11600:
* libjava.compile/PR11600.xfail: New file. * libjava.compile/PR11600.java: New file. From-SVN: r70183
This commit is contained in:
parent
e1a4dd13eb
commit
10063dff3b
3 changed files with 14 additions and 0 deletions
7
libjava/testsuite/libjava.compile/PR11600.java
Normal file
7
libjava/testsuite/libjava.compile/PR11600.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
public class PR11600 implements Cloneable
|
||||
{
|
||||
public Object clone ()
|
||||
{
|
||||
return super.clone ();
|
||||
}
|
||||
}
|
1
libjava/testsuite/libjava.compile/PR11600.xfail
Normal file
1
libjava/testsuite/libjava.compile/PR11600.xfail
Normal file
|
@ -0,0 +1 @@
|
|||
shouldfail
|
Loading…
Add table
Add a link
Reference in a new issue