[Nice-commit] Nice/testsuite/compiler/functions clotures.testsuite,1.5,1.6
Brought to you by:
bonniot
From: Arjan B. <ar...@us...> - 2004-04-03 12:35:53
|
Update of /cvsroot/nice/Nice/testsuite/compiler/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23231/F:/nice/testsuite/compiler/functions Modified Files: clotures.testsuite Log Message: Don't forget the bug marker. Index: clotures.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/functions/clotures.testsuite,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** clotures.testsuite 3 Apr 2004 12:17:40 -0000 1.5 --- clotures.testsuite 3 Apr 2004 12:23:35 -0000 1.6 *************** *** 27,31 **** }); ! /// PASS /// Toplevel let String->String->String foo = String s => String t => s+t; --- 27,31 ---- }); ! /// PASS bug /// Toplevel let String->String->String foo = String s => String t => s+t; |