[Nice-commit] Nice/testsuite/compiler/expressions/tuples compilation.testsuite,1.7,1.8
Brought to you by:
bonniot
From: <bo...@us...> - 2003-11-25 19:23:01
|
Update of /cvsroot/nice/Nice/testsuite/compiler/expressions/tuples In directory sc8-pr-cvs1:/tmp/cvs-serv1841/testsuite/compiler/expressions/tuples Modified Files: compilation.testsuite Log Message: Make the bytecode TupleType a subclass of SpecialArray so that polymorphic tuples also get automatically converted to their monomorphic version as needed. Index: compilation.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/expressions/tuples/compilation.testsuite,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** compilation.testsuite 4 Jun 2003 18:46:30 -0000 1.7 --- compilation.testsuite 25 Nov 2003 19:22:58 -0000 1.8 *************** *** 45,49 **** i += j; ! /// PASS bug (String fst, String snd) = foo("abc","xyz"); /// Toplevel --- 45,49 ---- i += j; ! /// PASS (String fst, String snd) = foo("abc","xyz"); /// Toplevel |