diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-28 06:19:48 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-28 06:19:48 +0000 |
| commit | 9704477cbf55f29d5b7a98eb4d0f2a8fc57f33dc (patch) | |
| tree | 432c411c888d068d85afdc100541f692b94eb079 /libjava/testsuite/libjava.compile | |
| parent | 90aa7002c7742d9ca54fd639065397fccac8db5a (diff) | |
| download | ppe42-gcc-9704477cbf55f29d5b7a98eb4d0f2a8fc57f33dc.tar.gz ppe42-gcc-9704477cbf55f29d5b7a98eb4d0f2a8fc57f33dc.zip | |
* libjava.compile/consthrow.java: New file.
* libjava.compile/consthrow.xfail: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61959 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/libjava.compile')
| -rw-r--r-- | libjava/testsuite/libjava.compile/consthrow.java | 6 | ||||
| -rw-r--r-- | libjava/testsuite/libjava.compile/consthrow.xfail | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/consthrow.java b/libjava/testsuite/libjava.compile/consthrow.java new file mode 100644 index 00000000000..02d1afc01dd --- /dev/null +++ b/libjava/testsuite/libjava.compile/consthrow.java @@ -0,0 +1,6 @@ +public class consthrow +{ + public consthrow () throws Object + { + } +} diff --git a/libjava/testsuite/libjava.compile/consthrow.xfail b/libjava/testsuite/libjava.compile/consthrow.xfail new file mode 100644 index 00000000000..f34b59d3181 --- /dev/null +++ b/libjava/testsuite/libjava.compile/consthrow.xfail @@ -0,0 +1,2 @@ +no-link +shouldfail |

