|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sun Sep 17 04:39:43 CEST 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/09 17:04:39 Modified: jop/java/target/src/test/jdk DoAll.java Log: no message Revision Changes Path 1.2 jop/java/target/src/test/jdk/DoAll.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/test/jdk/DoAll.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: DoAll.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/test/jdk/DoAll.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- DoAll.java 16 Sep 2006 15:23:08 -0000 1.1 +++ DoAll.java 17 Sep 2006 02:39:42 -0000 1.2 @@ -4,6 +4,9 @@ */ package jdk; + + +import java.util.*; import jvm.TestCase; /** @@ -16,8 +19,11 @@ TestCase tc[] = { new HashCode(), +// new TestVector(), }; + new Vector(); + for (int i=0; i<tc.length; ++i) { System.out.print(tc[i].getName()); if (tc[i].test()) { @@ -27,6 +33,5 @@ } } -// jbe.DoAll.main(args); } }
|
 |