[Nice-commit] Nice/testsuite/compiler/methods parameterTypeNaming.testsuite,1.5,1.6
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2005-03-22 23:33:30
|
Update of /cvsroot/nice/Nice/testsuite/compiler/methods In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29330/testsuite/compiler/methods Modified Files: parameterTypeNaming.testsuite Log Message: Added expected failure locations. Index: parameterTypeNaming.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/parameterTypeNaming.testsuite,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** parameterTypeNaming.testsuite 1 Mar 2005 18:56:21 -0000 1.5 --- parameterTypeNaming.testsuite 22 Mar 2005 23:33:01 -0000 1.6 *************** *** 1,4 **** /// FAIL ! B /* FAIL HERE*/ b = bar(new B()); /// Toplevel interface I {} --- 1,4 ---- /// FAIL ! B /* /// FAIL HERE*/ b = bar(new B()); /// Toplevel interface I {} *************** *** 59,61 **** /// Toplevel // : can only come after a real dispatch, otherwise it is useless. ! <T> foo(a : X) {} --- 59,61 ---- /// Toplevel // : can only come after a real dispatch, otherwise it is useless. ! <T> foo(a : X /*/// FAIL HERE*/ ) {} |