[Nice-commit] Nice/testsuite/compiler/functions anonymous.testsuite,1.8,1.9
Brought to you by:
bonniot
From: <ar...@us...> - 2003-11-30 14:24:38
|
Update of /cvsroot/nice/Nice/testsuite/compiler/functions In directory sc8-pr-cvs1:/tmp/cvs-serv18600/F:/nice/testsuite/compiler/functions Modified Files: anonymous.testsuite Log Message: Removed empty statements from the testcases. Index: anonymous.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/functions/anonymous.testsuite,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** anonymous.testsuite 26 Jul 2003 12:04:13 -0000 1.8 --- anonymous.testsuite 30 Nov 2003 14:24:35 -0000 1.9 *************** *** 56,60 **** } /// package b import a ! ; /// FAIL --- 56,60 ---- } /// package b import a ! {} /// FAIL |