|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Jul 30 17:58:30 CEST 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/07 30:17:58 Modified: jop/java/target/src/test/jvm DoAll.java Log: add interface checkcast Revision Changes Path 1.15 jop/java/target/src/test/jvm/DoAll.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/test/jvm/DoAll.java.diff?r1=1.14&r2=1.15 (In the diff below, changes in quantity of whitespace are not shown.) Index: DoAll.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/test/jvm/DoAll.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -b -r1.14 -r1.15 --- DoAll.java 14 Jan 2007 21:52:26 -0000 1.14 +++ DoAll.java 30 Jul 2007 15:58:29 -0000 1.15 @@ -34,6 +34,7 @@ new InstanceCheckcast(), // new Except(), new SystemCopy(), + new CheckCast() }; for (int i=0; i<tc.length; ++i) {
|
 |