cvsuser 04/05/19 13:43:14
Modified: . MANIFEST Log: moved library tests to t/library Revision Changes Path 1.652 +2 -2 parrot/MANIFEST Index: MANIFEST =================================================================== RCS file: /cvs/public/parrot/MANIFEST,v retrieving revision 1.651 retrieving revision 1.652 diff -u -w -r1.651 -r1.652 --- MANIFEST 19 May 2004 13:22:47 -0000 1.651 +++ MANIFEST 19 May 2004 20:43:14 -0000 1.652 @@ -2658,7 +2658,6 @@ t/pmc/boolean.t [] t/pmc/coroutine.t [] t/pmc/delegate.t [] -t/pmc/dumper.t [] t/pmc/env.t [] t/pmc/eval.t [] t/pmc/exception.t [] @@ -2687,12 +2686,13 @@ t/pmc/sarray.t [] t/pmc/scratchpad.t [] t/pmc/signal.t [] -t/pmc/sort.t [] t/pmc/sub.t [] t/pmc/sys.t [] t/pmc/threads.t [] t/pmc/timer.t [] t/pmc/tqueue.t [] +t/library/sort.t [] +t/library/dumper.t [] t/src/README [] t/src/basic.t [] t/src/exit.t []
