For PR java/5902:

2002-03-15  Eric Blake  <ebb9@email.byu.edu>

	For PR java/5902:
	* libjava.compile/PR5902.java: Does not need to execute.
	For PR java/5913:
	* libjava.compile/PR5913.java: Ditto.

From-SVN: r50829
This commit is contained in:
Eric Blake 2002-03-15 19:17:39 +00:00 committed by Eric Blake
parent a42519bebd
commit 08bcc159d9
3 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,4 @@
class PR5902
{
public static void main(String[] args)
{
System.exit((019f == 19) ? 0 : 1);
}
double d = 019f;
}