[Nice-commit] Nice/testsuite/compiler/abstractInterfaces export.testsuite,1.1,1.2
Brought to you by:
bonniot
From: <ar...@us...> - 2003-11-30 14:24:38
|
Update of /cvsroot/nice/Nice/testsuite/compiler/abstractInterfaces In directory sc8-pr-cvs1:/tmp/cvs-serv18600/F:/nice/testsuite/compiler/abstractInterfaces Modified Files: export.testsuite Log Message: Removed empty statements from the testcases. Index: export.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/abstractInterfaces/export.testsuite,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** export.testsuite 16 Sep 2002 13:43:48 -0000 1.1 --- export.testsuite 30 Nov 2003 14:24:34 -0000 1.2 *************** *** 6,10 **** } /// package b import a ! ; /// PASS --- 6,10 ---- } /// package b import a ! {} /// PASS |