[Nice-commit] Nice/testsuite/compiler/methods integer.testsuite,1.14,1.15 string.testsuite,1.5,1.6
Brought to you by:
bonniot
From: <ar...@us...> - 2003-11-30 14:24:38
|
Update of /cvsroot/nice/Nice/testsuite/compiler/methods In directory sc8-pr-cvs1:/tmp/cvs-serv18600/F:/nice/testsuite/compiler/methods Modified Files: integer.testsuite string.testsuite Log Message: Removed empty statements from the testcases. Index: integer.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/integer.testsuite,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** integer.testsuite 21 Oct 2003 17:41:52 -0000 1.14 --- integer.testsuite 30 Nov 2003 14:24:35 -0000 1.15 *************** *** 40,44 **** /// package b import a ! ; /// PASS --- 40,44 ---- /// package b import a ! {} /// PASS Index: string.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/string.testsuite,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** string.testsuite 23 Oct 2003 18:43:37 -0000 1.5 --- string.testsuite 30 Nov 2003 14:24:35 -0000 1.6 *************** *** 15,19 **** /// package b import a ! ; /// FAIL --- 15,19 ---- /// package b import a ! {} /// FAIL |