[Nice-commit] Nice/testsuite/compiler globalVariables.testsuite,1.13,1.14
Brought to you by:
bonniot
From: <ar...@us...> - 2003-11-30 14:24:38
|
Update of /cvsroot/nice/Nice/testsuite/compiler In directory sc8-pr-cvs1:/tmp/cvs-serv18600/F:/nice/testsuite/compiler Modified Files: globalVariables.testsuite Log Message: Removed empty statements from the testcases. Index: globalVariables.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/globalVariables.testsuite,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** globalVariables.testsuite 22 Aug 2003 13:36:40 -0000 1.13 --- globalVariables.testsuite 30 Nov 2003 14:24:34 -0000 1.14 *************** *** 111,115 **** let char x = 'x'; /// package b import a ! ; /// PASS --- 111,115 ---- let char x = 'x'; /// package b import a ! {} /// PASS |