[Nice-commit] Nice/testsuite/compiler/syntax tupleArguments.testsuite,1.3,1.4
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-04-14 16:35:49
|
Update of /cvsroot/nice/Nice/testsuite/compiler/syntax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8598/testsuite/compiler/syntax Modified Files: tupleArguments.testsuite Log Message: Properly walk over initial values of class fields. Index: tupleArguments.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/syntax/tupleArguments.testsuite,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tupleArguments.testsuite 23 Nov 2003 19:15:15 -0000 1.3 --- tupleArguments.testsuite 14 Apr 2004 16:35:34 -0000 1.4 *************** *** 15,19 **** assert tuple==foo(tuple); ! /// PASS bug /// Toplevel let ((String, String))->() foo = ((String s, String t))=> { --- 15,19 ---- assert tuple==foo(tuple); ! /// PASS /// Toplevel let ((String, String))->() foo = ((String s, String t))=> { |