cvsuser     04/12/29 15:31:20

  Modified:    t/pmc    fixedstringarray.t
  Log:
   Add missing end op.
  
  Revision  Changes    Path
  1.6       +2 -1      parrot/t/pmc/fixedstringarray.t
  
  Index: fixedstringarray.t
  ===================================================================
  RCS file: /cvs/public/parrot/t/pmc/fixedstringarray.t,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- fixedstringarray.t        29 Dec 2004 23:15:23 -0000      1.5
  +++ fixedstringarray.t        29 Dec 2004 23:31:20 -0000      1.6
  @@ -1,6 +1,6 @@
   #! perl -w
   # Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
  -# $Id: fixedstringarray.t,v 1.5 2004/12/29 23:15:23 scog Exp $
  +# $Id: fixedstringarray.t,v 1.6 2004/12/29 23:31:20 scog Exp $
   
   =head1 NAME
   
  @@ -303,6 +303,7 @@
        set S0, P1[2]
        print S0
        print "\n"
  +     end
   CODE
   abcdefghijkl
   OUTPUT
  
  
  

Reply via email to