[Nice-commit] Nice/testsuite/compiler/native constructors.testsuite,1.2,1.3
Brought to you by:
bonniot
From: <ar...@us...> - 2004-01-15 21:39:23
|
Update of /cvsroot/nice/Nice/testsuite/compiler/native In directory sc8-pr-cvs1:/tmp/cvs-serv24986/F:/nice/testsuite/compiler/native Modified Files: constructors.testsuite Log Message: Stricter parsing of expressions used as statement. Index: constructors.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/native/constructors.testsuite,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** constructors.testsuite 3 Dec 2003 21:50:40 -0000 1.2 --- constructors.testsuite 15 Jan 2004 21:39:19 -0000 1.3 *************** *** 14,18 **** /// PASS ! new Nice(s: ""); /// Toplevel class Nice { String s; } --- 14,18 ---- /// PASS ! let dummy = new Nice(s: ""); /// Toplevel class Nice { String s; } |