logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Nice/testsuite/compiler/typing arrays.testsuite,1.1,1.2: msg#00010

Subject: Nice/testsuite/compiler/typing arrays.testsuite,1.1,1.2
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]);
  



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click


<Prev in Thread] Current Thread [Next in Thread>