[Nice-commit] Nice/testsuite/compiler/native class.testsuite,1.4,1.5
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2005-03-21 17:37:50
|
Update of /cvsroot/nice/Nice/testsuite/compiler/native In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9965/testsuite/compiler/native Modified Files: class.testsuite Log Message: Added failure locations. Index: class.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/native/class.testsuite,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** class.testsuite 12 Mar 2005 19:24:45 -0000 1.4 --- class.testsuite 21 Mar 2005 17:37:38 -0000 1.5 *************** *** 28,32 **** /// FAIL /// Toplevel ! Class<String> unsafe(Class c) = c; /// PASS --- 28,32 ---- /// FAIL /// Toplevel ! Class<String> unsafe(Class c) = /* /// FAIL HERE */ c; /// PASS |