Update of /cvsroot/nice/Nice/testsuite/compiler/typing
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11278/F:/nice/testsuite/compiler/typing
Modified Files:
arrays.testsuite
Log Message:
Make a testcase not conflict with stdlib.
Index: arrays.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/typing/arrays.testsuite,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** arrays.testsuite 14 Jul 2002 16:07:31 -0000 1.1
--- arrays.testsuite 2 Mar 2004 17:25:33 -0000 1.2
***************
*** 17,21 ****
/// PASS
/// Toplevel
! <Any R> R[] reverse(R[] x) =
superfill(new R[x.length], int i => x[x.length - 1 - i]);
--- 17,21 ----
/// PASS
/// Toplevel
! <Any R> R[] myReverse(R[] x) =
superfill(new R[x.length], int i => x[x.length - 1 - i]);
|