[Nice-commit] Nice/testsuite/compiler globalVariables.testsuite,1.18,1.19
Brought to you by:
bonniot
From: Arjan B. <ar...@us...> - 2005-03-12 19:25:23
|
Update of /cvsroot/nice/Nice/testsuite/compiler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17504/F:/nice/testsuite/compiler Modified Files: globalVariables.testsuite Log Message: Added more failure locations. Index: globalVariables.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/globalVariables.testsuite,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** globalVariables.testsuite 12 Mar 2005 02:41:44 -0000 1.18 --- globalVariables.testsuite 12 Mar 2005 19:24:43 -0000 1.19 *************** *** 83,87 **** /// FAIL ! s = ""; /// TOPLEVEL let String s = "abc"; --- 83,87 ---- /// FAIL ! /* /// FAIL HERE */ s = ""; /// TOPLEVEL let String s = "abc"; *************** *** 104,108 **** public let int x = 0; /// package b import a ! x = 1; /// PASS --- 104,108 ---- public let int x = 0; /// package b import a ! /* /// FAIL HERE */ x = 1; /// PASS *************** *** 163,165 **** /// FAIL /// Toplevel ! var String s; --- 163,165 ---- /// FAIL /// Toplevel ! var String s /* /// FAIL HERE */ ; |