cvsuser     03/09/23 06:32:24

  Modified:    t/pmc    io.t
  Log:
  remove warning and SKIP
  
  Revision  Changes    Path
  1.18      +0 -6      parrot/t/pmc/io.t
  
  Index: io.t
  ===================================================================
  RCS file: /cvs/public/parrot/t/pmc/io.t,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -w -r1.17 -r1.18
  --- io.t      19 Sep 2003 08:00:57 -0000      1.17
  +++ io.t      23 Sep 2003 13:32:23 -0000      1.18
  @@ -105,11 +105,6 @@
   ok 6
   OUTPUT
   
  -SKIP: {
  -    skip ("read routines currently crash on bad input", 1)
  -        unless "hoping that someone will fix this before 0.0.11";
  -
  -    unlink "no_such_file" if (-e "no_such_file");
   
   output_is(<<'CODE', <<'OUTPUT', "read on invalid fh should throw exception");
        open P0, "no_such_file", "<"
  @@ -147,7 +142,6 @@
   ok 2
   ok 4
   OUTPUT
  -}
   
   SKIP: {
       skip ("clone not finished yet", 1);
  
  
  

Reply via email to