cvsuser     03/07/28 12:31:47

  Modified:    t/pmc    io.t
  Log:
  Skip io clone properly...
  
  Revision  Changes    Path
  1.7       +1 -1      parrot/t/pmc/io.t
  
  Index: io.t
  ===================================================================
  RCS file: /cvs/public/parrot/t/pmc/io.t,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -w -r1.6 -r1.7
  --- io.t      28 Jul 2003 18:22:54 -0000      1.6
  +++ io.t      28 Jul 2003 19:31:47 -0000      1.7
  @@ -101,7 +101,7 @@
   OUTPUT
   
   SKIP: {
  -  skip "clone not finished yet", 1
  +    skip ("clone not finished yet", 1);
   output_is(<<'CODE', <<'OUTPUT', "clone");
        open P0, "temp.file", "<"
        clone P1, P0
  
  
  

Reply via email to