[Nice-commit] Nice/testsuite/compiler/functions clotures.testsuite,1.3,1.4
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-03-25 01:50:34
|
Update of /cvsroot/nice/Nice/testsuite/compiler/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29249/testsuite/compiler/functions Modified Files: clotures.testsuite Log Message: Fix compilation of apply method for nested closures. Index: clotures.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/functions/clotures.testsuite,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** clotures.testsuite 24 Mar 2004 20:20:07 -0000 1.3 --- clotures.testsuite 25 Mar 2004 01:39:52 -0000 1.4 *************** *** 18,22 **** ! /// PASS bug boolean b = false; [].foreach(int x => { --- 18,22 ---- ! /// PASS boolean b = false; [].foreach(int x => { |