Update of /cvsroot/nice/Nice/testsuite/compiler/methods
In directory sc8-pr-cvs1:/tmp/cvs-serv14022/testsuite/compiler/methods
Modified Files:
super.testsuite
Log Message:
Fixed by not using gj.jar anymore.
Index: super.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/super.testsuite,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** super.testsuite 29 Aug 2003 17:41:45 -0000 1.8
--- super.testsuite 31 Aug 2003 00:54:14 -0000 1.9
***************
*** 218,222 ****
add(a@A, b@B) = super;
! /// PASS bug
new Bar().isEmpty();
/// Toplevel
--- 218,222 ----
add(a@A, b@B) = super;
! /// PASS
new Bar().isEmpty();
/// Toplevel
|