diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile/PR11600.java')
-rw-r--r-- | libjava/testsuite/libjava.compile/PR11600.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libjava/testsuite/libjava.compile/PR11600.java b/libjava/testsuite/libjava.compile/PR11600.java deleted file mode 100644 index 3cffa732c49..00000000000 --- a/libjava/testsuite/libjava.compile/PR11600.java +++ /dev/null @@ -1,7 +0,0 @@ -public class PR11600 implements Cloneable -{ - public Object clone () - { - return super.clone (); - } -} |