From d52c5b0a9c001de6e197b57a2ecf822afb3a5c79 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 28 Jan 2003 06:19:48 +0000 Subject: consthrow.java: New file. * libjava.compile/consthrow.java: New file. * libjava.compile/consthrow.xfail: New file. From-SVN: r61959 --- libjava/testsuite/libjava.compile/consthrow.java | 6 ++++++ libjava/testsuite/libjava.compile/consthrow.xfail | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/consthrow.java create mode 100644 libjava/testsuite/libjava.compile/consthrow.xfail (limited to 'libjava/testsuite/libjava.compile') 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 -- cgit v1.1