diff options
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 0000000..02d1afc --- /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 0000000..f34b59d --- /dev/null +++ b/libjava/testsuite/libjava.compile/consthrow.xfail @@ -0,0 +1,2 @@ +no-link +shouldfail |