[Nice-commit] Nice/testsuite/compiler/classes initializer.testsuite,1.10,1.11
Brought to you by:
bonniot
From: <bo...@us...> - 2003-11-27 14:57:59
|
Update of /cvsroot/nice/Nice/testsuite/compiler/classes In directory sc8-pr-cvs1:/tmp/cvs-serv14064/testsuite/compiler/classes Modified Files: initializer.testsuite Log Message: Put closures needed by a class in the implementation class, not the dispatch class, since classes are again only generated during the initial compilation. Index: initializer.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/classes/initializer.testsuite,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** initializer.testsuite 27 Nov 2003 14:23:24 -0000 1.10 --- initializer.testsuite 27 Nov 2003 14:57:56 -0000 1.11 *************** *** 171,175 **** assert new A().x; ! /// PASS bug /// package a /// Toplevel --- 171,175 ---- assert new A().x; ! /// PASS /// package a /// Toplevel |