diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile/consthrow.java')
-rw-r--r-- | libjava/testsuite/libjava.compile/consthrow.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libjava/testsuite/libjava.compile/consthrow.java b/libjava/testsuite/libjava.compile/consthrow.java deleted file mode 100644 index 02d1afc..0000000 --- a/libjava/testsuite/libjava.compile/consthrow.java +++ /dev/null @@ -1,6 +0,0 @@ -public class consthrow -{ - public consthrow () throws Object - { - } -} |