From 08bcc159d9e63cd48eb12895f027e5d84d2ccd65 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 15 Mar 2002 19:17:39 +0000 Subject: For PR java/5902: 2002-03-15 Eric Blake 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 --- libjava/testsuite/libjava.compile/PR5902.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libjava/testsuite/libjava.compile/PR5902.java') diff --git a/libjava/testsuite/libjava.compile/PR5902.java b/libjava/testsuite/libjava.compile/PR5902.java index 52fdfa8..1a78a26 100644 --- a/libjava/testsuite/libjava.compile/PR5902.java +++ b/libjava/testsuite/libjava.compile/PR5902.java @@ -1,7 +1,4 @@ class PR5902 { - public static void main(String[] args) - { - System.exit((019f == 19) ? 0 : 1); - } + double d = 019f; } -- cgit v1.1