[Nice-commit] Nice/testsuite/compiler/classes fields.testsuite,1.20,1.21
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-03-01 19:24:49
|
Update of /cvsroot/nice/Nice/testsuite/compiler/classes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25943/testsuite/compiler/classes Modified Files: fields.testsuite Log Message: Don't consider a bytecode method a refinement if it does not have the same return type or a subtype. Index: fields.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/classes/fields.testsuite,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** fields.testsuite 1 Mar 2005 17:40:31 -0000 1.20 --- fields.testsuite 1 Mar 2005 19:24:38 -0000 1.21 *************** *** 183,187 **** {} ! /// PASS bug int x = new B().getFoo(); /// Toplevel --- 183,187 ---- {} ! /// PASS int x = new B().getFoo(); /// Toplevel |