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/PR5913.java | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'libjava/testsuite/libjava.compile/PR5913.java') diff --git a/libjava/testsuite/libjava.compile/PR5913.java b/libjava/testsuite/libjava.compile/PR5913.java index 0ae68be215e..4c0c74d8f11 100644 --- a/libjava/testsuite/libjava.compile/PR5913.java +++ b/libjava/testsuite/libjava.compile/PR5913.java @@ -1,10 +1,6 @@ class PR5913 { - public static void main(String[] args) - { - boolean test1 = ("" + 1) instanceof String; - // This also tests literal parsing, as mentioned in PR 5902. - boolean test2 = "" + 0x1instanceof String; - System.exit((test1 && test2) ? 0 : 1); - } + boolean test1 = ("" + 1) instanceof String; + // This also tests literal parsing, as mentioned in PR 5902. + boolean test2 = "" + 0x1instanceof String; } -- cgit v1.2.3