diff options
author | Tom Tromey <tromey@redhat.com> | 2003-01-28 06:19:48 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2003-01-28 06:19:48 +0000 |
commit | d52c5b0a9c001de6e197b57a2ecf822afb3a5c79 (patch) | |
tree | 432c411c888d068d85afdc100541f692b94eb079 /libjava/testsuite/libjava.compile/consthrow.java | |
parent | 6a807d35fc421b76006a89addf65e32c92690540 (diff) | |
download | gcc-d52c5b0a9c001de6e197b57a2ecf822afb3a5c79.zip gcc-d52c5b0a9c001de6e197b57a2ecf822afb3a5c79.tar.gz gcc-d52c5b0a9c001de6e197b57a2ecf822afb3a5c79.tar.bz2 |
consthrow.java: New file.
* libjava.compile/consthrow.java: New file.
* libjava.compile/consthrow.xfail: New file.
From-SVN: r61959
Diffstat (limited to 'libjava/testsuite/libjava.compile/consthrow.java')
-rw-r--r-- | libjava/testsuite/libjava.compile/consthrow.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/consthrow.java b/libjava/testsuite/libjava.compile/consthrow.java new file mode 100644 index 0000000..02d1afc --- /dev/null +++ b/libjava/testsuite/libjava.compile/consthrow.java @@ -0,0 +1,6 @@ +public class consthrow +{ + public consthrow () throws Object + { + } +} |