[Nice-commit] Nice/testsuite/lib/java/lang comparable.testsuite,1.1,1.2
Brought to you by:
bonniot
|
From: Arjan B. <ar...@us...> - 2005-03-01 18:56:34
|
Update of /cvsroot/nice/Nice/testsuite/lib/java/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17429/F:/nice/testsuite/lib/java/lang Modified Files: comparable.testsuite Log Message: Removed deprecated pattern syntax from testsuite. Index: comparable.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/lib/java/lang/comparable.testsuite,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** comparable.testsuite 28 Oct 2003 10:36:43 -0000 1.1 --- comparable.testsuite 1 Mar 2005 18:56:23 -0000 1.2 *************** *** 2,5 **** /// Toplevel class A implements java.lang.Comparable { ! compareTo(that@A) = 0; } --- 2,5 ---- /// Toplevel class A implements java.lang.Comparable { ! compareTo(A that) = 0; } |