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

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