consthrow.java: New file.

* libjava.compile/consthrow.java: New file.
	* libjava.compile/consthrow.xfail: New file.

From-SVN: r61959
This commit is contained in:
Tom Tromey 2003-01-28 06:19:48 +00:00 committed by Tom Tromey
parent 6a807d35fc
commit d52c5b0a9c
3 changed files with 13 additions and 0 deletions

View 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".

View File

@ -0,0 +1,6 @@
public class consthrow
{
public consthrow () throws Object
{
}
}

View File

@ -0,0 +1,2 @@
no-link
shouldfail