diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-05 19:43:20 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-05 19:43:20 +0000 |
commit | 414d7bdd19d18ce1de236946216b9e9fd06bc5fd (patch) | |
tree | d66e6d2de6422f9d8729cc4e3255641dd213c4f0 /libjava/testsuite/libjava.compile/PR11600.java | |
parent | 0de2b732140837dba441a8ae38145e15143cdc58 (diff) | |
download | ppe42-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.java | 7 |
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 (); + } +} |