summaryrefslogtreecommitdiffstats
path: root/libjava/testsuite/libjava.compile/PR11600.java
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-05 19:43:20 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-05 19:43:20 +0000
commit414d7bdd19d18ce1de236946216b9e9fd06bc5fd (patch)
treed66e6d2de6422f9d8729cc4e3255641dd213c4f0 /libjava/testsuite/libjava.compile/PR11600.java
parent0de2b732140837dba441a8ae38145e15143cdc58 (diff)
downloadppe42-gcc-414d7bdd19d18ce1de236946216b9e9fd06bc5fd.tar.gz
ppe42-gcc-414d7bdd19d18ce1de236946216b9e9fd06bc5fd.zip
For PR java/11600:
* libjava.compile/PR11600.xfail: New file. * libjava.compile/PR11600.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70183 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/libjava.compile/PR11600.java')
-rw-r--r--libjava/testsuite/libjava.compile/PR11600.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR11600.java b/libjava/testsuite/libjava.compile/PR11600.java
new file mode 100644
index 00000000000..3cffa732c49
--- /dev/null
+++ b/libjava/testsuite/libjava.compile/PR11600.java
@@ -0,0 +1,7 @@
+public class PR11600 implements Cloneable
+{
+ public Object clone ()
+ {
+ return super.clone ();
+ }
+}
OpenPOWER on IntegriCloud