consthrow.java: New file.
authorTom Tromey <tromey@redhat.com>
Tue, 28 Jan 2003 06:19:48 +0000 (06:19 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 28 Jan 2003 06:19:48 +0000 (06:19 +0000)
* libjava.compile/consthrow.java: New file.
* libjava.compile/consthrow.xfail: New file.

From-SVN: r61959

libjava/testsuite/ChangeLog
libjava/testsuite/libjava.compile/consthrow.java [new file with mode: 0644]
libjava/testsuite/libjava.compile/consthrow.xfail [new file with mode: 0644]

index 5d67f7cb72525aee26ef52a958f1a1ee0ce4969d..d64f287cd0cae382f211a3bcab0bd8c295202e4a 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-27  Tom Tromey  <tromey@redhat.com>
+
+       * libjava.compile/consthrow.java: New file.
+       * libjava.compile/consthrow.xfail: New file.
+
 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * libjava.lang/pr8823.xfail: New file, add "xfail-byte".
diff --git a/libjava/testsuite/libjava.compile/consthrow.java b/libjava/testsuite/libjava.compile/consthrow.java
new file mode 100644 (file)
index 0000000..02d1afc
--- /dev/null
@@ -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 (file)
index 0000000..f34b59d
--- /dev/null
@@ -0,0 +1,2 @@
+no-link
+shouldfail