cvsuser     04/02/26 07:55:40

  Modified:    t/pmc    objects.t
  Log:
  Restore original intent of test
  
  Revision  Changes    Path
  1.25      +2 -2      parrot/t/pmc/objects.t
  
  Index: objects.t
  ===================================================================
  RCS file: /cvs/public/parrot/t/pmc/objects.t,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -w -r1.24 -r1.25
  --- objects.t 26 Feb 2004 15:52:35 -0000      1.24
  +++ objects.t 26 Feb 2004 15:55:40 -0000      1.25
  @@ -1,6 +1,6 @@
   #! perl -w
   # Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
  -# $Id: objects.t,v 1.24 2004/02/26 15:52:35 scog Exp $
  +# $Id: objects.t,v 1.25 2004/02/26 15:55:40 scog Exp $
   
   =head1 NAME
   
  @@ -467,7 +467,7 @@
       new P2, I0
       classoffset I1, P2, "Foo"
       new P3, I0
  -    classoffset I3, P3, "Bar"
  +    classoffset I3, P3, "Foo"
    
   # Note that setattribute holds the actual PMC, not a copy, so
   # in this test both attributes get the PMC from P4, and should
  
  
  

Reply via email to