Update of /cvsroot/nice/Nice/testsuite/compiler/abstractInterfaces
In directory sc8-pr-cvs1:/tmp/cvs-serv24986/F:/nice/testsuite/compiler/abstractInterfaces
Modified Files:
existingClass.testsuite
Log Message:
Stricter parsing of expressions used as statement.
Index: existingClass.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/abstractInterfaces/existingClass.testsuite,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** existingClass.testsuite 3 Dec 2003 21:50:41 -0000 1.5
--- existingClass.testsuite 15 Jan 2004 21:39:19 -0000 1.6
***************
*** 12,16 ****
class java.lang.String implements I;
/// package b import a
! true;
/// FAIL
--- 12,16 ----
class java.lang.String implements I;
/// package b import a
! {}
/// FAIL
|